llvm-project/clang-tools-extra/clangd/unittests
Kazu Hirata 7c2b77368f [clang-tools-extra] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 17:40:28 -08:00
..
decision_forest_model
remote Fix dupe word typos 2022-11-08 15:29:12 +01:00
support Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
tweaks [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:40:28 -08:00
xpc [clangd] CMake: express -Iclangd/ at top level and inherit 2021-07-02 09:52:36 +02:00
ASTSignalsTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ASTTests.cpp [clang] template / auto deduction deduces common sugar 2022-09-16 11:20:10 +02:00
Annotations.cpp [Support] Add support for attaching payloads to points and ranges 2022-11-18 15:00:23 +01:00
Annotations.h [Support] Add support for attaching payloads to points and ranges 2022-11-18 15:00:23 +01:00
BackgroundIndexTests.cpp [clangd] Pass the entire tooling::CompileCommand to CommandMangler 2022-11-07 17:58:37 -05:00
CMakeLists.txt [clangd] Fix buildbots after d1f13c54f1 2022-10-07 20:10:32 +02:00
CallHierarchyTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
CanonicalIncludesTests.cpp Fix the test after D123031 2022-04-05 18:21:24 +02:00
ClangdLSPServerTests.cpp [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:55:33 -07:00
ClangdTests.cpp [clangd] Pass the entire tooling::CompileCommand to CommandMangler 2022-11-07 17:58:37 -05:00
CodeCompleteTests.cpp [clangd] Add heuristic for dropping snippet when completing member function pointer 2022-11-17 00:37:16 +01:00
CodeCompletionStringsTests.cpp [clangd] Do not try to use $0 as a placeholder in completion snippets 2022-07-24 03:01:18 -04:00
CollectMacrosTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
CompileCommandsTests.cpp [clangd] Pass the entire tooling::CompileCommand to CommandMangler 2022-11-07 17:58:37 -05:00
CompilerTests.cpp [clangd] Bail-out when an empty compile flag is encountered 2021-09-20 16:51:56 +02:00
ConfigCompileTests.cpp [clangd] Wire up compilation for style blocks 2022-06-15 08:15:32 +02:00
ConfigProviderTests.cpp [clangd] Remove a test with a duplicate of FileCacheTests 2022-06-01 08:15:54 +09:00
ConfigTesting.h [clangd] Cleanup of readability-identifier-naming 2022-02-01 13:31:52 +00:00
ConfigYAMLTests.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
DecisionForestTests.cpp
DexTests.cpp [clangd] Qualify calls to std::move to silence -Wunqualified-std-cast-call. NFC. 2022-02-26 13:36:14 +01:00
DiagnosticsTests.cpp [clangd] Fix tests for implicit C function declaration 2022-09-01 23:46:20 +03:00
DraftStoreTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
DumpASTTests.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
ExpectedTypeTest.cpp [clangd] Cleanup of readability-identifier-naming 2022-02-01 13:31:52 +00:00
FSTests.cpp [clang, clang-tools-extra] Use has_value instead of hasValue (NFC) 2022-07-12 22:47:41 -07:00
FeatureModulesTests.cpp [clangd] Add beforeExecute() callback to FeatureModules. 2022-04-21 18:03:39 +02:00
FileDistanceTests.cpp
FileIndexTests.cpp [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:55:33 -07:00
FindSymbolsTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
FindTargetTests.cpp Properly print unnamed TagDecl objects in diagnostics 2022-10-14 08:18:28 -04:00
FormatTests.cpp [clangd] Handle tabs in getIncrementalChangesAfterNewline() 2022-03-29 01:43:09 -04:00
FuzzyMatchTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
GlobalCompilationDatabaseTests.cpp [clangd] Pass the entire tooling::CompileCommand to CommandMangler 2022-11-07 17:58:37 -05:00
HeaderSourceSwitchTests.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
HeadersTests.cpp [include-cleaner] Merge 2 parseIWYUPragma impls in libToolingInclusions 2022-11-28 13:20:09 +01:00
HoverTests.cpp [clangd] Implement hover for string literals 2022-11-10 12:16:05 +01:00
IncludeCleanerTests.cpp [clangd] Disable IncludeCleaner for ObjC 2022-08-22 11:28:06 +02:00
IndexActionTests.cpp [clangd] Remove trivial uses of FileEntry::getName 2022-04-04 20:59:51 +02:00
IndexTests.cpp [clangd] Cleanup of readability-identifier-naming 2022-02-01 13:31:52 +00:00
InlayHintTests.cpp [clangd] Improve inlay hints of things expanded from macros 2022-09-19 16:44:21 +02:00
InsertionPointTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
JSONTransportTests.cpp [clangd] Cleanup of readability-identifier-naming 2022-02-01 13:31:52 +00:00
LSPBinderTests.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
LSPClient.cpp [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:55:33 -07:00
LSPClient.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
LoggerTests.cpp
Matchers.h [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:55:33 -07:00
ModulesTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ParsedASTTests.cpp [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
PathMappingTests.cpp
PreambleTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
PrintASTTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ProjectAwareIndexTests.cpp [clangd] Drop optional on ExternalIndexSpec 2021-06-02 23:26:37 +02:00
QualityTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
RIFFTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
RenameTests.cpp [clangd] Fix rename for symbol introduced by UsingDecl 2022-10-09 14:16:12 +02:00
SelectionTests.cpp [clangd] consider ~^foo() to target the destructor, not the type 2022-10-19 14:12:31 +02:00
SemanticHighlightingTests.cpp [clangd] Mark "override" and "final" as modifiers 2022-11-21 22:01:12 +01:00
SemanticSelectionTests.cpp FoldingRanges: Handle LineFoldingsOnly clients. 2022-08-29 19:03:48 +02:00
SerializationTests.cpp [clangd][test] Fix error message in SerializationTest.BinaryConversions 2022-08-11 08:50:23 +02:00
SourceCodeTests.cpp [clangd] Heuristic to avoid desync if editors are confused about newline-at-eof 2022-11-29 13:15:20 +01:00
StdLibTests.cpp Reland(3) "[clangd] Indexing of standard library" 2022-05-19 08:13:23 +02:00
SymbolCollectorTests.cpp [clangd] Add scoped enum constants to all-scopes-completion 2022-11-02 20:38:01 +01:00
SymbolInfoTests.cpp [clangd] Add decl/def support to SymbolDetails 2022-08-01 14:42:19 -04:00
SyncAPI.cpp [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:55:33 -07:00
SyncAPI.h [clangd] Provide documentation as MarkupContent in signaturehelp 2021-12-10 12:58:08 +01:00
TUSchedulerTests.cpp Fix dupe word typos 2022-11-08 15:29:12 +01:00
TestFS.cpp [clangd] Test against path insensitivity 2022-03-21 17:27:05 +01:00
TestFS.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
TestIndex.cpp [clangd] Index unscoped enums in class scope for code completion 2022-11-02 12:50:50 +01:00
TestIndex.h [clangd] Index unscoped enums in class scope for code completion 2022-11-02 12:50:50 +01:00
TestTU.cpp Fix dupe word typos 2022-11-08 15:29:12 +01:00
TestTU.h [clangd] Fix hover crashing on integral or enumeral casts 2022-09-07 16:43:22 +02:00
TestWorkspace.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
TestWorkspace.h [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ThreadCrashReporterTests.cpp [clangd] Print current request context along with the stack trace 2021-10-26 00:58:09 +02:00
TidyProviderTests.cpp [clang, clang-tools-extra] Use has_value instead of hasValue (NFC) 2022-07-12 22:47:41 -07:00
TypeHierarchyTests.cpp [clangd] Support for standard type hierarchy 2022-08-17 09:29:15 +02:00
URITests.cpp [clangd] Cleanup of readability-identifier-naming 2022-02-01 13:31:52 +00:00
XRefsTests.cpp [clangd] Make go-to-type work on member function calls 2022-09-26 04:18:43 +02:00
lit.cfg.py [clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1 2022-10-04 20:08:56 +02:00
lit.site.cfg.py.in