llvm-project/clang-tools-extra/clangd/unittests
Haojian Wu 8dd26fd84e [clangd] Collect location of macro definition in the ParsedAST
allows semantic hightlighting macro definition

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

Tags: #clang

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

llvm-svn: 371504
2019-09-10 10:10:36 +00:00
..
xpc [clangd][xpc] Fix XPC unittests 2019-04-29 19:41:30 +00:00
ASTTests.cpp [clangd] Add targetDecl(), which determines what declaration an AST node refers to. 2019-09-03 11:35:50 +00:00
Annotations.cpp
Annotations.h
BackgroundIndexTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
CMakeLists.txt [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
CancellationTests.cpp
CanonicalIncludesTests.cpp [clangd] Use pre-populated mappings for standard symbols 2019-09-09 15:32:51 +00:00
ClangdTests.cpp [clangd] Reland rL365634 2019-07-11 09:54:31 +00:00
CodeCompleteTests.cpp Code completion should not ignore default parameters in functions. 2019-08-07 16:52:21 +00:00
CodeCompletionStringsTests.cpp Code completion should not ignore default parameters in functions. 2019-08-07 16:52:21 +00:00
ContextTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
DexTests.cpp [clangd] Index API and implementations for relations 2019-06-15 02:26:47 +00:00
DiagnosticsTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
DraftStoreTests.cpp
ExpectedTypeTest.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
FSTests.cpp [clangd] Make PreambleStatusCache handle filenames more carefully 2019-07-01 10:11:18 +00:00
FileDistanceTests.cpp
FileIndexTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
FindSymbolsTests.cpp [clangd] Print qualifiers of out-of-line definitions in document outline 2019-08-14 12:51:04 +00:00
FindTargetTests.cpp [clangd] Add targetDecl(), which determines what declaration an AST node refers to. 2019-09-03 11:35:50 +00:00
FormatTests.cpp [clangd] Revamp textDocument/onTypeFormatting. 2019-06-10 14:26:21 +00:00
FormattedStringTests.cpp [clangd] Separate chunks with a space when rendering markdown 2019-08-12 14:35:30 +00:00
FunctionTests.cpp
FuzzyMatchTests.cpp [clangd] Qualify uses of ::testing everywhere. NFC 2019-05-06 10:08:47 +00:00
GlobalCompilationDatabaseTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
HeadersTests.cpp [clangd] Surface errors from command-line parsing 2019-08-28 09:24:55 +00:00
IndexActionTests.cpp [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
IndexTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
JSONTransportTests.cpp
Matchers.h Replace llvm::integer_sequence and friends with the C++14 standard version 2019-08-15 10:56:05 +00:00
ParsedASTTests.cpp [clangd] Collect location of macro definition in the ParsedAST 2019-09-10 10:10:36 +00:00
PrintASTTests.cpp [clangd] Fixed printTemplateSpecializationArgs not printing partial variable specialization arguments. 2019-08-09 07:35:16 +00:00
QualityTests.cpp [clangd] Boost code completion results that were named in the last few lines. 2019-05-06 10:25:10 +00:00
RIFFTests.cpp
RenameTests.cpp [clangd] Show better message when we rename macros. 2019-07-01 09:26:48 +00:00
SelectionTests.cpp [clangd] Fix SelectionTree behavior on implicit 'this' 2019-09-04 12:15:20 +00:00
SemanticHighlightingTests.cpp [clangd] Collect location of macro definition in the ParsedAST 2019-09-10 10:10:36 +00:00
SerializationTests.cpp [clangd] Use xxhash instead of SHA1 for background index file digests. 2019-07-08 11:33:17 +00:00
SourceCodeTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
SymbolCollectorTests.cpp [clangd] Use pre-populated mappings for standard symbols 2019-09-09 15:32:51 +00:00
SymbolInfoTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
SyncAPI.cpp [clangd] Remove Bind, use C++14 lambda captures instead. NFC 2019-08-16 09:20:01 +00:00
SyncAPI.h
TUSchedulerTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
TestFS.cpp [clangd] Remove the extra ";", NFC 2019-07-11 12:31:18 +00:00
TestFS.h [clangd] Reland rL365634 2019-07-11 09:54:31 +00:00
TestIndex.cpp
TestIndex.h
TestScheme.h
TestTU.cpp [clangd] Surface errors from command-line parsing 2019-08-28 09:24:55 +00:00
TestTU.h [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
ThreadingTests.cpp
TraceTests.cpp
TweakTesting.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
TweakTesting.h [Clangd] NFC: Fixed comment typo 2019-08-14 12:40:09 +00:00
TweakTests.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
TypeHierarchyTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
URITests.cpp
XRefsTests.cpp [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC 2019-09-04 09:46:06 +00:00
lit.cfg.py [clangd] Restore conventional names for lit configs, and .in/.py split. Fix build_mode indirection. 2019-05-02 08:00:39 +00:00
lit.site.cfg.py.in [clangd] Restore conventional names for lit configs, and .in/.py split. Fix build_mode indirection. 2019-05-02 08:00:39 +00:00