llvm-project/clang-tools-extra/unittests/clangd
Saleem Abdulrasool 6e84a09ee9 build: add binary dir to the unittests
Missed part of the change to make clangd build on Darwin.  Fixes the build after
SVN r358103.

llvm-svn: 358107
2019-04-10 17:25:14 +00:00
..
xpc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Annotations.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Annotations.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BackgroundIndexTests.cpp [clangd] Remove ./ and ../ in the file paths 2019-03-08 09:57:33 +00:00
CMakeLists.txt build: add binary dir to the unittests 2019-04-10 17:25:14 +00:00
CancellationTests.cpp [clangd] Remove 'using namespace llvm' from .cpp files. NFC 2019-01-07 15:45:19 +00:00
ClangdTests.cpp [clangd] Add fallback mode for code completion when compile command or preamble is not ready. 2019-04-08 14:53:16 +00:00
ClangdUnitTests.cpp [clangd] Suggest adding missing includes for incomplete type diagnostics. 2019-01-28 14:01:55 +00:00
CodeCompleteTests.cpp [clangd] Don't insert extra namespace qualifiers when Sema gets lost. 2019-04-10 15:16:54 +00:00
CodeCompletionStringsTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ContextTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DexTests.cpp Revert "[clangd] Print arguments in template specializations" 2019-03-20 22:51:56 +00:00
DiagnosticsTests.cpp [clangd] Add Source to clangd::Diagnostic. 2019-03-06 10:51:38 +00:00
DraftStoreTests.cpp [clangd] Update error message to fix tests after r357173 2019-03-28 15:07:15 +00:00
ExpectedTypeTest.cpp [clangd] Remove includes of "gmock-matchers.h". NFC 2019-03-15 14:30:07 +00:00
FSTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileDistanceTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FileIndexTests.cpp [clangd] Stop passing around PCHContainerOperations, just create it in place. NFC 2019-04-04 12:56:03 +00:00
FindSymbolsTests.cpp [clangd] Index UsingDecls 2019-02-26 14:23:47 +00:00
FunctionTests.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00
FuzzyMatchTests.cpp [clangd] Remove includes of "gmock-matchers.h". NFC 2019-03-15 14:30:07 +00:00
GlobalCompilationDatabaseTests.cpp [clangd] Adjust compile commands to be applicable for tooling 2019-03-08 08:38:25 +00:00
HeadersTests.cpp [clangd] Stop passing around PCHContainerOperations, just create it in place. NFC 2019-04-04 12:56:03 +00:00
IndexActionTests.cpp Disable warnings when indexing as a standalone action. 2019-03-28 17:07:28 +00:00
IndexTests.cpp Revert "[clangd] Print arguments in template specializations" 2019-03-20 22:51:56 +00:00
JSONTransportTests.cpp Fix clangd unittest _WIN32 ifdef 2019-04-01 21:16:17 +00:00
Matchers.h [clangd] Add support for type hierarchy (super types only for now) 2019-03-19 09:27:04 +00:00
QualityTests.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00
RIFFTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SelectionTests.cpp [clangd] Fix a crash in Selection 2019-02-20 19:26:39 +00:00
SerializationTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SourceCodeTests.cpp [clangd] Support UTF-32 (i.e. codepoint) offsets. 2019-03-28 14:37:51 +00:00
SymbolCollectorTests.cpp [clangd] Fix non-indexing of builtin functions like printf when the TU is C 2019-04-10 16:26:58 +00:00
SymbolInfoTests.cpp [clangd] Index UsingDecls 2019-02-26 14:23:47 +00:00
SyncAPI.cpp [clangd] Return clangd::TextEdit in ClangdServer::rename. NFC 2019-04-03 07:18:43 +00:00
SyncAPI.h [clangd] Return clangd::TextEdit in ClangdServer::rename. NFC 2019-04-03 07:18:43 +00:00
TUSchedulerTests.cpp [clangd] Implement textDocument/declaration from LSP 3.14 2019-02-01 11:26:13 +00:00
TestFS.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TestFS.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TestIndex.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00
TestIndex.h [clangd] Suggest adding missing includes for incomplete type diagnostics. 2019-01-28 14:01:55 +00:00
TestScheme.h [clangd] Allow using customized include path in URI. 2018-04-09 15:09:44 +00:00
TestTU.cpp [clangd] Stop passing around PCHContainerOperations, just create it in place. NFC 2019-04-04 12:56:03 +00:00
TestTU.h [clangd] Suggest adding missing includes for incomplete type diagnostics. 2019-01-28 14:01:55 +00:00
ThreadingTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TraceTests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TweakTests.cpp Revamp the "[clangd] Format tweak's replacements" 2019-02-11 15:18:11 +00:00
TypeHierarchyTests.cpp [clangd] Add support for type hierarchy (super types only for now) 2019-03-19 09:27:04 +00:00
URITests.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
XRefsTests.cpp [clangd] Test #import directive go-to-definition. NFC 2019-04-04 13:09:02 +00:00