llvm-project/clang-tools-extra/unittests
Eric Liu 4859738cfe [clangd] Names that are not spelled in source code are reserved.
Summary:
These are often not expected to be used directly e.g.
```
TEST_F(Fixture, X) {
  ^  // "Fixture_X_Test" expanded in the macro should be down ranked.
}
```

Only doing this for sema for now, as such symbols are mostly coming from sema
e.g. gtest macros expanded in the main file. We could also add a similar field
for the index symbol.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Differential Revision: https://reviews.llvm.org/D53374

llvm-svn: 344736
2018-10-18 12:23:05 +00:00
..
change-namespace Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clang-apply-replacements [clang-apply-replacements] Convert tooling::Replacements to tooling::AtomicChange for conflict resolving of changes, code cleanup, and code formatting. 2018-04-11 14:39:17 +00:00
clang-doc [clang-doc] Bringing bitcode tests in line 2018-10-17 20:16:05 +00:00
clang-move [clang-move] Dump whether a declaration is templated. 2018-10-08 17:22:50 +00:00
clang-query [clang-query] Add comment token handling 2018-10-03 08:21:54 +00:00
clang-tidy Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clangd [clangd] Names that are not spelled in source code are reserved. 2018-10-18 12:23:05 +00:00
include/common Remove clang-modernize. 2015-12-17 11:49:19 +00:00
include-fixer Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
CMakeLists.txt [clang-doc] Add unit tests for serialization 2018-10-16 23:06:42 +00:00