Lambda in clang completion were not introducing a context. This
had the effect of making all local variable in a global lambda
highlighted as a global
Before:
After:
mwolff |
KDevelop |
Lambda in clang completion were not introducing a context. This
had the effect of making all local variable in a global lambda
highlighted as a global
Before:
After:
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Of course. This is my first unit test, tell me if this one is okay. It passes on my machine. Before my patch, only one context with 6 declaration was created.
Added commit: