partial clang completion tests: remove self-assignment results

Authored by mwolff on Sep 21 2019, 3:31 PM.

Description

partial clang completion tests: remove self-assignment results

Recent versions of clang won't suggest self-assignment anymore.
I.e. previously when one wrote

foo bar =

one would get bar as a code completion suggestion, which is
obviously broken. Adapt the tests now that this is correctly
filtered out within clang.

This may break testing on older libclang, I don't care.

Details

Committed
mwolffDec 12 2019, 8:49 PM
Parents
R32:8c631f09b41d: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown