llvm-project/clang-tools-extra/clangd/unittests
Kadir Cetinkaya 66b54d586f
[clangd] Fix memory leak in FileIndexTest
2020-04-17 14:00:34 +02:00
..
xpc [clangd][xpc] Fix XPC unittests 2019-04-29 19:41:30 +00:00
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 [ADT] Make StringRef's std::string conversion operator explicit 2020-01-28 23:47:07 +01:00
CMakeLists.txt [clangd] Set up machinery for gtests of ClangdLSPServer. 2020-04-10 02:50:57 +02:00
CancellationTests.cpp [clangd] Send the correct error code when cancelling requests. 2020-04-13 19:42:38 +02:00
CanonicalIncludesTests.cpp [clangd] Use pre-populated mappings for standard symbols 2019-09-09 15:32:51 +00:00
ClangdLSPServerTests.cpp [clangd] Rebuild dependent files when a header is saved. 2020-04-13 22:08:15 +02:00
ClangdTests.cpp [clangd] Add tests that no-op changes are cheap 2020-04-14 16:15:23 +02:00
CodeCompleteTests.cpp [clangd] Build ASTs only with fresh preambles or after building a new preamble 2020-04-06 21:20:17 +02:00
CodeCompletionStringsTests.cpp Code completion should not ignore default parameters in functions. 2019-08-07 16:52:21 +00:00
CollectMacrosTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
CompileCommandsTests.cpp [clangd] Try to fix CompileCommandsTests on windows. NFC 2019-12-06 12:28:01 +01:00
ContextTests.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
DexTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
DiagnosticsTests.cpp [clangd] Handle clang-tidy suppression comments for diagnostics inside macro expansions 2020-03-29 15:19:13 -04: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] Make PreambleStatusCache handle filenames more carefully 2019-07-01 10:11:18 +00:00
FileDistanceTests.cpp
FileIndexTests.cpp [clangd] Fix memory leak in FileIndexTest 2020-04-17 14:00:34 +02:00
FindSymbolsTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
FindTargetTests.cpp [clangd] Fix a crash for accessing a null field decl returned by findExplicitReferences. 2020-04-15 21:42:27 +02:00
FormatTests.cpp [clangd] Revamp textDocument/onTypeFormatting. 2019-06-10 14:26:21 +00:00
FormattedStringTests.cpp [clangd] Only minimally escape text when rendering to markdown. 2020-03-17 17:10:20 +01:00
FunctionTests.cpp
FuzzyMatchTests.cpp [ADT] Make StringRef's std::string conversion operator explicit 2020-01-28 23:47:07 +01:00
GlobalCompilationDatabaseTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
HeaderSourceSwitchTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
HeadersTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
HoverTests.cpp [clangd] show layout info when hovering on a class/field definition. 2020-04-08 13:41:51 +02:00
IndexActionTests.cpp Even more fixes of implicit std::string conversions 2020-01-30 07:32:53 +01:00
IndexTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
JSONTransportTests.cpp [clangd] Send the correct error code when cancelling requests. 2020-04-13 19:42:38 +02:00
LSPClient.cpp [clangd] Set up machinery for gtests of ClangdLSPServer. 2020-04-10 02:50:57 +02:00
LSPClient.h [clangd] Set up machinery for gtests of ClangdLSPServer. 2020-04-10 02:50:57 +02:00
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] Fix windows buildbots 2020-03-04 12:07:23 +01:00
PathMappingTests.cpp [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09: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 [clang-tools-extra] NFC: Fix trivial typo in documents and comments 2020-04-05 15:28:40 +09:00
SelectionTests.cpp [AST] Correct the CXXOperatorCallExpr source range. 2020-03-16 16:51:10 +01:00
SemanticHighlightingTests.cpp [clangd] Color dependent names based on their heuristic target if they have one 2020-04-15 00:57:08 -04:00
SemanticSelectionTests.cpp [clangd] Support multiple cursors in selectionRange. 2020-03-25 17:59:09 +01:00
SerializationTests.cpp [clangd] Remove redundant code in test. NFC 2020-04-11 17:14:31 +02:00
SourceCodeTests.cpp [clangd] Remove unused and underused helpers. NFC 2020-04-17 01:08:32 +02:00
SymbolCollectorTests.cpp [clangd] Set "spelled" flag for constructor references. 2020-02-06 16:59:45 +01: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] Support multiple cursors in selectionRange. 2020-03-25 17:59:09 +01:00
SyncAPI.h [clangd] Support multiple cursors in selectionRange. 2020-03-25 17:59:09 +01:00
TUSchedulerTests.cpp [clangd] Add tests that no-op changes are cheap 2020-04-14 16:15:23 +02:00
TestFS.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
TestFS.h [clangd] Reland rL365634 2019-07-11 09:54:31 +00:00
TestIndex.cpp
TestIndex.h
TestScheme.h
TestTU.cpp [clangd] Shard preamble symbols in dynamic index 2020-04-15 09:10:10 +02:00
TestTU.h [clangd] Don't build clangdserver for (most) completion tests. NFC 2020-03-31 23:09:36 +02:00
ThreadingTests.cpp
TraceTests.cpp
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] Fix a crash bug in AddUsing tweak around template handling. 2020-04-08 13:59:47 +02:00
TypeHierarchyTests.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
URITests.cpp
XRefsTests.cpp [clangd] Fix an assertion crash in ReferenceFinder. 2020-04-02 09:29:20 +02: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