llvm-project/clang-tools-extra/clangd/unittests
Haojian Wu 65c58a902d [clangd] Ignore implicit conversion-operator nodes in find refs.
Reviewers: ilya-biryukov

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

Tags: #clang

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

llvm-svn: 369514
2019-08-21 10:54:19 +00:00
..
xpc [clangd][xpc] Fix XPC unittests 2019-04-29 19:41:30 +00:00
ASTTests.cpp [clangd] Implementation of auto type expansion. 2019-07-11 16:04:18 +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] Add new helpers to make tweak tests scale better. Convert most tests. NFC 2019-08-02 09:12:39 +00:00
CancellationTests.cpp
CanonicalIncludesTests.cpp [clangd] Add include-mapping for C symbols. 2019-06-21 13:32:18 +00:00
ClangdTests.cpp [clangd] Reland rL365634 2019-07-11 09:54:31 +00:00
ClangdUnitTests.cpp [clangd] Fixed printTemplateSpecializationArgs not printing partial variable specialization arguments. 2019-08-09 07:35:16 +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] Drop diags from non-written #include. 2019-08-12 09:35:04 +00:00
DraftStoreTests.cpp
ExpectedTypeTest.cpp [clangd] Compute expected type for templates 2019-05-28 13:56:21 +00:00
FSTests.cpp [clangd] Make PreambleStatusCache handle filenames more carefully 2019-07-01 10:11:18 +00:00
FileDistanceTests.cpp
FileIndexTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
FindSymbolsTests.cpp [clangd] Print qualifiers of out-of-line definitions in document outline 2019-08-14 12:51:04 +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] Don't insert absolute paths, give up instead. 2019-07-08 18:07:46 +00:00
IndexActionTests.cpp [clangd] Add HadErrors field into shards 2019-07-04 09:52:04 +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
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] Disallow extraction of expression-statements. 2019-08-09 23:40:54 +00:00
SemanticHighlightingTests.cpp [clangd] Added highlighting for tokens that are macro arguments. 2019-08-19 16:27:49 +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 Fixed toHalfOpenFileRange assertion fail 2019-08-06 17:01:12 +00:00
SymbolCollectorTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
SymbolInfoTests.cpp [clangd] Qualify uses of ::testing everywhere. NFC 2019-05-06 10:08:47 +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] Don't use Bind() where C++14 move capture works 2019-08-15 14:16: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 [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
TestTU.h [clangd] Respect WarningsAsErrors configuration for clang-tidy 2019-05-19 04:19:14 +00:00
ThreadingTests.cpp
TraceTests.cpp
TweakTesting.cpp Fix "not all control paths return a value" warning. NFCI. 2019-08-02 12:55:04 +00:00
TweakTesting.h [Clangd] NFC: Fixed comment typo 2019-08-14 12:40:09 +00:00
TweakTests.cpp [clangd] Disallow extraction of expression-statements. 2019-08-09 23:40:54 +00:00
TypeHierarchyTests.cpp [clangd] Type hierarchy: don't resolve parents if the client only asked for children 2019-07-17 15:26:49 +00:00
URITests.cpp
XRefsTests.cpp [clangd] Ignore implicit conversion-operator nodes in find refs. 2019-08-21 10:54:19 +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