.. |
xpc
|
[clangd][xpc] Fix XPC unittests
|
2019-04-29 19:41:30 +00:00 |
ASTTests.cpp
|
[clangd] Helper for getting nested namespace qualification
|
2019-11-25 10:42:13 +01:00 |
Annotations.cpp
|
…
|
|
Annotations.h
|
…
|
|
BackgroundIndexTests.cpp
|
[clangd] Use our own relation kind.
|
2019-10-17 14:08:28 +00:00 |
CMakeLists.txt
|
[clangd] Untangle Hover from XRefs, move into own file.
|
2019-11-19 15:11:37 +01:00 |
CancellationTests.cpp
|
…
|
|
CanonicalIncludesTests.cpp
|
[clangd] Use pre-populated mappings for standard symbols
|
2019-09-09 15:32:51 +00:00 |
ClangdTests.cpp
|
[clangd] Move the existing heder-source-switch implemenation out of clangdServer.
|
2019-09-25 10:30:22 +00:00 |
CodeCompleteTests.cpp
|
[NFC] ASSERT_EQ before accessing items in containers
|
2019-11-26 13:45:04 +01:00 |
CodeCompletionStringsTests.cpp
|
Code completion should not ignore default parameters in functions.
|
2019-08-07 16:52:21 +00:00 |
CollectMacrosTests.cpp
|
[clangd] Store xref for Macros in ParsedAST.
|
2019-11-18 16:47:18 +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
|
[clangd] Add bool return type to Index::refs API.
|
2019-11-13 14:42:30 +01:00 |
DiagnosticsTests.cpp
|
[NFC] ASSERT_EQ before accessing items in containers
|
2019-11-26 13:45:04 +01: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] Use our own relation kind.
|
2019-10-17 14:08:28 +00:00 |
FindSymbolsTests.cpp
|
[clangd] Fix typo in symbol kind conversion
|
2019-11-15 17:34:22 +01:00 |
FindTargetTests.cpp
|
[clangd] Handle the missing call expr in targetDecl.
|
2019-11-27 16:22:20 +01: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 |
HeaderSourceSwitchTests.cpp
|
[clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.
|
2019-10-07 11:37:25 +00:00 |
HeadersTests.cpp
|
[clangd] Surface errors from command-line parsing
|
2019-08-28 09:24:55 +00:00 |
HoverTests.cpp
|
[clangd] Show values of more expressions on hover
|
2019-11-19 15:34:04 +01:00 |
IndexActionTests.cpp
|
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
|
2019-08-30 09:29:34 +00:00 |
IndexTests.cpp
|
[clangd] Add bool return type to Index::refs API.
|
2019-11-13 14:42:30 +01: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] Store xref for Macros in ParsedAST.
|
2019-11-18 16:47:18 +01: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] Speed up when building rename edit.
|
2019-11-26 13:47:47 +01:00 |
SelectionTests.cpp
|
[clangd] Treat UserDefinedLiteral as a leaf in SelectionTree, sidestepping tokenization issues
|
2019-11-20 13:06:57 +01:00 |
SemanticHighlightingTests.cpp
|
[clangd] Inactive regions support as an extension to semantic highlighting
|
2019-11-21 19:40:55 -05:00 |
SemanticSelectionTests.cpp
|
Add SemanticRanges to Clangd server.
|
2019-09-17 10:28:05 +00:00 |
SerializationTests.cpp
|
[clangd] Use our own relation kind.
|
2019-10-17 14:08:28 +00:00 |
SourceCodeTests.cpp
|
[clangd] Fix some clang-tidy warnings on SourceCodeTests.cpp, NFC.
|
2019-11-18 15:20:42 +01:00 |
SymbolCollectorTests.cpp
|
[clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.
|
2019-11-15 16:28:10 +01:00 |
SymbolInfoTests.cpp
|
Refactor getDeclAtPosition() to use SelectionTree + targetDecl()
|
2019-10-31 17:37:27 -04:00 |
SyncAPI.cpp
|
[clangd] Implement cross-file rename.
|
2019-11-26 10:04:31 +01:00 |
SyncAPI.h
|
[clangd] Implement cross-file rename.
|
2019-11-26 10:04:31 +01:00 |
TUSchedulerTests.cpp
|
[clangd] Propogate context in TUScheduler::run
|
2019-10-23 15:31:24 +02: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] Reland Store Index in Tweak::Selection
|
2019-10-28 07:55:58 +01:00 |
TweakTesting.h
|
[clangd] Reland Store Index in Tweak::Selection
|
2019-10-28 07:55:58 +01:00 |
TweakTests.cpp
|
[clangd] Improve symbol qualification in DefineInline code action
|
2019-11-25 10:42:13 +01:00 |
TypeHierarchyTests.cpp
|
Refactor getDeclAtPosition() to use SelectionTree + targetDecl()
|
2019-10-31 17:37:27 -04:00 |
URITests.cpp
|
…
|
|
XRefsTests.cpp
|
[clangd] Untangle Hover from XRefs, move into own file.
|
2019-11-19 15:11:37 +01: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 |