llvm-project/clang-tools-extra/clangd/unittests
Nathan Ridge 4ede396849 [clang] Include trailing-requires-clause in FunctionDecl's source range
Fixes https://github.com/clangd/clangd/issues/476

Differential Revision: https://reviews.llvm.org/D85108
2020-08-04 02:52:01 -04:00
..
remote [clangd] Propagate remote index errors via Expected 2020-07-31 11:48:32 +02:00
support Reland [clangd] Resolve driver symlinks, and look up unknown relative drivers in PATH. 2020-06-09 23:07:28 +02:00
xpc
ASTTests.cpp [clangd] Errors in TestTU cause test failures unless suppressed with error-ok. 2020-01-24 11:16:27 +01:00
Annotations.cpp
Annotations.h
BackgroundIndexTests.cpp [clangd] Collect references for externally visible main-file symbols 2020-07-27 15:35:53 +03:00
CMakeLists.txt Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00
CanonicalIncludesTests.cpp
ClangdLSPServerTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
ClangdTests.cpp [clangd] Config: compute config in TUScheduler and BackgroundIndex 2020-07-04 11:18:14 +02:00
CodeCompleteTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
CodeCompletionStringsTests.cpp
CollectMacrosTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
CompileCommandsTests.cpp [clangd] Add library to semantically strip flags by name. 2020-07-14 15:41:46 +02:00
CompilerTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
ConfigCompileTests.cpp [clangd] Config: Index.Background 2020-07-14 19:04:11 +02:00
ConfigProviderTests.cpp [clangd] Make config::Provider::combine non-owning. NFC 2020-07-14 20:45:02 +02:00
ConfigTesting.h [clangd] Fix name conflict again, unbreak GCC. NFC 2020-07-01 11:28:25 +02:00
ConfigYAMLTests.cpp [clangd] Fix error handling in config.yaml parsing. 2020-07-09 10:20:18 +02:00
DexTests.cpp [clangd] Don't create as much garbage while building Dex index. 2020-05-14 13:35:44 +02:00
DiagnosticsTests.cpp [clangd] Fix windows builds failing on check-clangd 2020-06-14 13:29:17 +01:00
DraftStoreTests.cpp [clangd] Propagate versions into DraftStore, assigning where missing. NFC 2020-03-03 16:20:13 +01:00
ExpectedTypeTest.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
FSTests.cpp [clangd] Change FSProvider::getFileSystem to take CurrentWorkingDirectory 2020-06-19 12:12:02 +02:00
FileDistanceTests.cpp
FileIndexTests.cpp [clangd] Fix race in FileIndex that sometimes temporarily lost updates. 2020-07-01 16:47:04 +02:00
FindSymbolsTests.cpp Add document outline symbols from unnamed contexts, e.g. extern "C". 2020-08-03 11:34:56 +02:00
FindTargetTests.cpp [clang] Include trailing-requires-clause in FunctionDecl's source range 2020-08-04 02:52:01 -04:00
FormatTests.cpp
FuzzyMatchTests.cpp [ADT] Make StringRef's std::string conversion operator explicit 2020-01-28 23:47:07 +01:00
GlobalCompilationDatabaseTests.cpp [clangd] Always retrieve ProjectInfo from Base in OverlayCDB 2020-07-16 12:33:54 +02:00
HeaderSourceSwitchTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
HeadersTests.cpp [clangd] Rename FSProvider to TFS in case of ThreadsafeFS 2020-06-19 12:12:03 +02:00
HoverTests.cpp [clang] Set the error-bit for ill-formed semantic InitListExpr. 2020-07-21 09:39:44 +02:00
IndexActionTests.cpp [clangd] Don't traverse the AST within uninteresting files during indexing 2020-05-26 10:27:28 +02:00
IndexTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
JSONTransportTests.cpp [clangd] Move non-clang base pieces into separate support/ lib. NFCI 2020-04-29 15:57:12 +02:00
LSPClient.cpp [clangd] Metric tracking through Tracer 2020-05-03 10:50:32 +02:00
LSPClient.h [clangd] Set up machinery for gtests of ClangdLSPServer. 2020-04-10 02:50:57 +02:00
Matchers.h
ParsedASTTests.cpp [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
PathMappingTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
PreambleTests.cpp [clangd] Fix tests build for GCC5 2020-07-13 09:06:20 +02:00
PrintASTTests.cpp [clangd] Errors in TestTU cause test failures unless suppressed with error-ok. 2020-01-24 11:16:27 +01:00
QualityTests.cpp [clangd] Errors in TestTU cause test failures unless suppressed with error-ok. 2020-01-24 11:16:27 +01:00
RIFFTests.cpp
RenameTests.cpp As part of using inclusive language within the llvm project, 2020-06-19 15:12:18 -07:00
SelectionTests.cpp [clangd] Exclude preprocessed-to-nothing tokens from selection 2020-07-20 14:50:12 +02:00
SemanticHighlightingTests.cpp [clangd][NFC] Rename FSProvider and getFileSystem 2020-06-19 12:12:03 +02:00
SemanticSelectionTests.cpp [clangd] Implement textDocument/foldingRange 2020-07-14 09:28:42 +02:00
SerializationTests.cpp [clangd] Extend YAML Serialization 2020-04-19 14:32:31 +02:00
SourceCodeTests.cpp [clangd] Log rather than assert on bad UTF-8. 2020-06-10 11:40:23 +02:00
SymbolCollectorTests.cpp [clangd] Collect references for externally visible main-file symbols 2020-07-27 15:35:53 +03:00
SymbolInfoTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
SyncAPI.cpp [clangd] Switch FindSymbolsTests to use TestTU 2020-07-02 14:25:45 +02:00
SyncAPI.h [clangd] Switch FindSymbolsTests to use TestTU 2020-07-02 14:25:45 +02:00
TUSchedulerTests.cpp [clangd] Config: also propagate in sync (testing) mode 2020-07-15 12:30:08 +02:00
TestFS.cpp [clangd] Config: loading and caching config from disk. 2020-07-04 10:48:31 +02:00
TestFS.h [clangd] Config: loading and caching config from disk. 2020-07-04 10:48:31 +02:00
TestIndex.cpp
TestIndex.h
TestScheme.h
TestTU.cpp [clangd] Rename FSProvider to TFS in case of ThreadsafeFS 2020-06-19 12:12:03 +02:00
TestTU.h [clangd] Rename FSProvider to TFS in case of ThreadsafeFS 2020-06-19 12:12:03 +02:00
TweakTesting.cpp [clangd] Reapply b60896fad9 Fall back to selecting token-before-cursor if token-after-cursor fails. 2020-02-23 20:17:30 +01:00
TweakTesting.h [clangd] Don't build clangdserver for (most) completion tests. NFC 2020-03-31 23:09:36 +02:00
TweakTests.cpp [clangd] Make use of SourceOrder to find first initializer in DefineOutline 2020-05-26 07:32:07 +02:00
TypeHierarchyTests.cpp [clangd] Remove TokenBuffer usage in TypeHierarchy 2020-07-20 21:00:49 +02:00
URITests.cpp [clangd] Fix conversion from Windows UNC paths to file URI format. 2020-07-22 12:13:09 +02:00
XRefsTests.cpp [clangd] Be more explicit on testing the optional DefLoc in LocatedSymbol. 2020-07-31 14:34:56 +02:00
lit.cfg.py
lit.site.cfg.py.in