llvm-project/clang/unittests/Sema
Tom Praschan 0e00611cbc [clangd] Add heuristic for dropping snippet when completing member function pointer
This implements the 1st heuristic mentioned in https://github.com/clangd/clangd/issues/968#issuecomment-1002242704:

When completing a function that names a non-static member of a class, and we are not inside that class's scope, assume the reference will not be a call (and thus don't add the snippetSuffix)

Reviewed By: nridge

Differential Revision: https://reviews.llvm.org/D137040
2022-11-17 00:37:16 +01:00
..
CMakeLists.txt [Testing] Drop clangTesting from clang's public library interface 2022-04-20 13:28:44 +02:00
CodeCompleteTest.cpp [clangd] Add heuristic for dropping snippet when completing member function pointer 2022-11-17 00:37:16 +01:00
ExternalSemaSourceTest.cpp [NFC] Make MultiplexExternalSemaSource own sources 2022-09-02 13:57:39 -05:00
GslOwnerPointerInference.cpp
SemaLookupTest.cpp [clang][Sema] Add flag to LookupName to force C/ObjC codepath 2022-04-19 12:57:14 -07:00