summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-214-7/+7
* [clangd] Try to workaround test failure by increasing the timeoutsIlya Biryukov2018-12-201-3/+3
* [clangd] Don't miss the expected type in merge.Haojian Wu2018-12-201-0/+2
* [clangd] Fix a syntax error on the test.Haojian Wu2018-12-191-1/+1
* [clangd] Try to fix buildbot failure after r349496Eric Liu2018-12-181-3/+3
* [clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu2018-12-181-0/+37
* [clangd] Use buildCompilerInvocation to simplify the HeadersTests, NFC.Haojian Wu2018-12-141-10/+4
* [clangd] Fix memory leak in ClangdTests.Haojian Wu2018-12-141-1/+3
* [clangd] Fix an assertion failure in background index.Haojian Wu2018-12-141-0/+19
* [clangd] Refine the way of checking a declaration is referenced by the writte...Haojian Wu2018-12-131-0/+47
* [clangd] Avoid emitting Queued status when we are able to acquire the Barrier.Haojian Wu2018-12-131-2/+0
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-128-0/+8
* [clangd] Remove the test that sometimes deadlocksIlya Biryukov2018-12-061-23/+0
* [clangd] Update the test codeHaojian Wu2018-12-061-4/+0
* [clangd] C++ API for emitting file status.Haojian Wu2018-12-061-1/+79
* [clangd] Fix a typo in TUSchedulerTestsHaojian Wu2018-12-061-1/+1
* [clangd] Dont provide locations for non-existent files.Kadir Cetinkaya2018-12-051-0/+12
* Fix compilation error when using clang 3.6.0Mikael Holmen2018-12-051-3/+3
* [clangd] Partition include graph on auto-index.Kadir Cetinkaya2018-12-041-3/+59
* [clangd] Populate include graph during static indexing action.Kadir Cetinkaya2018-11-302-0/+231
* [clangd] Penalize destructor and overloaded operators in code completion.Eric Liu2018-11-301-8/+43
* [clangd] Drop injected class name when class scope is not explicitly specified.Eric Liu2018-11-301-0/+5
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-285-26/+57
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-272-0/+358
* [clangd] Put direct headers into srcs section.Kadir Cetinkaya2018-11-272-20/+30
* [clangd] Prevent thread starvation in tests on loaded systems.Sam McCall2018-11-271-2/+7
* [clangd] Do not drop diagnostics from macrosIlya Biryukov2018-11-261-1/+24
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-3/+3
* [clangd] Initial implementation of expected typesIlya Biryukov2018-11-262-0/+158
* [clangd] Use testPath in the test.Haojian Wu2018-11-261-2/+2
* [clangd] Auto-index watches global CDB for changes.Sam McCall2018-11-264-10/+18
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-233-58/+155
* [clangd] Cleanup: make the diags callback global in TUSchedulerIlya Biryukov2018-11-221-96/+142
* [clangd] Cleanup error consumption code. NFCIlya Biryukov2018-11-223-42/+17
* [clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racyIlya Biryukov2018-11-222-1/+9
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-228-69/+43
* [clangd] Fix use-after-scope in unit testBenjamin Kramer2018-11-221-1/+1
* [clangd] Respect task cancellation in TUScheduler.Sam McCall2018-11-221-0/+69
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-202-12/+40
* [clangd] Allow observation of changes to global CDBs.Sam McCall2018-11-203-0/+71
* [clangd] Store source file hash in IndexFile{In,Out}Kadir Cetinkaya2018-11-192-2/+33
* [clangd] Fix crash hovering on non-decltype trailing returnMarc-Andre Laperle2018-11-171-0/+8
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-161-8/+8
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-161-1/+81
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-161-0/+25
* Revert "Introduce shard storage to auto-index."Kadir Cetinkaya2018-11-151-74/+0
* Revert "clang-format"Kadir Cetinkaya2018-11-151-2/+2
* Revert "Address comments"Kadir Cetinkaya2018-11-151-15/+13
* Revert "Address comments."Kadir Cetinkaya2018-11-151-12/+39
* Address comments.Kadir Cetinkaya2018-11-151-39/+12
OpenPOWER on IntegriCloud