llvm-project/clang-tools-extra/unittests/clangd
Ilya Biryukov 27b83d230d [clangd] Cleanup error consumption code. NFC
- Remove reimplementations of llvm::consumeError.
- Simplify test code by using EXPECT_ERROR where it fits.

llvm-svn: 347472
2018-11-22 16:20:12 +00:00
..
Annotations.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
Annotations.h NFC: Enforce good formatting across multiple clang-tools-extra files 2018-08-14 16:03:32 +00:00
BackgroundIndexTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
CMakeLists.txt [clangd] Allow observation of changes to global CDBs. 2018-11-20 10:56:03 +00:00
CancellationTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
ClangdTests.cpp [clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racy 2018-11-22 15:39:54 +00:00
ClangdUnitTests.cpp [clangd] Replay preamble #includes to clang-tidy checks. 2018-11-20 10:58:48 +00:00
CodeCompleteTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
CodeCompletionStringsTests.cpp [clangd] Improve code completion for ObjC methods 2018-11-14 09:05:19 +00:00
ContextTests.cpp [clangd] Introduced a Context that stores implicit data 2017-12-12 11:16:45 +00:00
DexTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
DraftStoreTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
FSTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
FileDistanceTests.cpp [clangd] Support scope proximity in code completion. 2018-10-17 11:19:02 +00:00
FileIndexTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
FindSymbolsTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
FunctionTests.cpp [clangd] Allow observation of changes to global CDBs. 2018-11-20 10:56:03 +00:00
FuzzyMatchTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
GlobalCompilationDatabaseTests.cpp [clangd] Allow observation of changes to global CDBs. 2018-11-20 10:56:03 +00:00
HeadersTests.cpp [clangd] Replay preamble #includes to clang-tidy checks. 2018-11-20 10:58:48 +00:00
IndexTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
JSONTransportTests.cpp Check that __MAC_OS_X_VERSION_MIN_REQUIRED is defined before checking 2018-10-20 17:35:50 +00:00
Matchers.h [clangd] Cleanup error consumption code. NFC 2018-11-22 16:20:12 +00:00
QualityTests.cpp [clangd] Make TestTU build with preamble, and fix the fallout. 2018-11-09 12:56:49 +00:00
RIFFTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
SerializationTests.cpp [clangd] Store source file hash in IndexFile{In,Out} 2018-11-19 18:06:29 +00:00
SourceCodeTests.cpp Fix range length comparison in DraftStore::UpdateDraft when Unicode characters are removed from the document 2018-10-23 11:51:53 +00:00
SymbolCollectorTests.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
SyncAPI.cpp [clangd] Get rid of QueryScopes.empty() == AnyScope special case. 2018-11-06 11:08:17 +00:00
SyncAPI.h [clangd] auto-index stores symbols per-file instead of per-TU. 2018-11-06 10:55:21 +00:00
TUSchedulerTests.cpp [clangd] Cleanup error consumption code. NFC 2018-11-22 16:20:12 +00:00
TestFS.cpp [clangd] Delete unused includes. 2018-11-14 17:07:39 +00:00
TestFS.h Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
TestIndex.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
TestIndex.h [clangd] NFC: Rename DexIndex to Dex 2018-09-10 08:23:53 +00:00
TestScheme.h [clangd] Allow using customized include path in URI. 2018-04-09 15:09:44 +00:00
TestTU.cpp [clangd] Cleanup: stop passing around list of supported URI schemes. 2018-11-22 15:02:05 +00:00
TestTU.h [clangd] Make TestTU build with preamble, and fix the fallout. 2018-11-09 12:56:49 +00:00
ThreadingTests.cpp [clangd] Tracing: name worker threads, and enforce naming scheduled async tasks 2018-02-19 09:56:28 +00:00
TraceTests.cpp [clangd] Namespace style cleanup in cpp files. NFC. 2018-10-20 15:30:37 +00:00
URITests.cpp [clangd] Cleanup error consumption code. NFC 2018-11-22 16:20:12 +00:00
XRefsTests.cpp [clangd] Fix crash hovering on non-decltype trailing return 2018-11-17 00:41:14 +00:00