aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Disable BackgroundIndexTest.PeriodicalIndexIlya Biryukov2019-01-071-1/+3
* [Documentation] fix order of checks in checks/list.rstJonas Toth2019-01-051-3/+3
* [clangd] Fix detecting atomics in stand-alone buildsMichal Gorny2019-01-031-0/+5
* [clangd] Move helpers from global namespace into anonymous namespace, NFC.Haojian Wu2019-01-031-22/+22
* [clangd] Bump vscode-clangd v0.0.9Haojian Wu2019-01-031-1/+1
* [clangd] Always try to build absolute pathKadir Cetinkaya2019-01-031-8/+1
* [clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov2019-01-035-3/+210
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-0330-359/+311
* [Documentation] Alphabetical order in Clang-tidy checks changes list.Eugene Zelenko2019-01-021-8/+8
* [clangd] Show FileStatus in vscode-clangd.Haojian Wu2019-01-021-0/+37
* [clang-tidy] Export the abseil duration inverse lookup function, NFCHyrum Wright2018-12-282-2/+7
* [clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna2018-12-246-2/+22
* [clangd] Delete stray semicolon. NFCFangrui Song2018-12-241-1/+0
* [clangd] Delete trailing ; NFCFangrui Song2018-12-231-1/+1
* [clang-tidy] Be more liberal about literal zeroes in abseil checksHyrum Wright2018-12-213-6/+54
* [clang-tidy] Add export-fixes flag to clang-tidy-diffJulie Hockett2018-12-211-0/+5
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-214-7/+7
* Fix warning about unused variable [NFC]Bjorn Pettersson2018-12-211-1/+1
* [clangd] Try to workaround test failure by increasing the timeoutsIlya Biryukov2018-12-201-3/+3
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-207-3/+89
* [clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko2018-12-202-18/+5
* [clangd] Don't miss the expected type in merge.Haojian Wu2018-12-202-0/+4
* [clang-tidy] Diagnose abseil-duration-comparison on macro argumentsHyrum Wright2018-12-195-20/+58
* [clangd] Fix a syntax error on the test.Haojian Wu2018-12-191-1/+1
* [clang-tidy] use "const SourceManager&" parameter, NFC.Haojian Wu2018-12-191-3/+3
* [clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya2018-12-195-76/+64
* [clangd] Try to fix buildbot failure after r349496Eric Liu2018-12-181-3/+3
* [clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu2018-12-187-9/+108
* [clangd] Change diskbackedstorage to be atomicKadir Cetinkaya2018-12-171-8/+33
* [clangd] Only reduce priority of a thread for indexing.Kadir Cetinkaya2018-12-174-39/+58
* Revert rCTE349288 'Fix a lit test failure after MallocChecker changes'Kristof Umann2018-12-171-1/+1
* Fix a lit test failure after MallocChecker changesKristof Umann2018-12-161-1/+1
* [dexp] Change FuzzyFind to also print scope of symbolsKadir Cetinkaya2018-12-141-1/+2
* clang-include-fixer.el: support remote filesPhilipp Stephani2018-12-141-5/+15
* [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-142-0/+27
* [clang-tidy] Remove extra config.h includesIvan Donchevskii2018-12-142-2/+0
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-143-185/+116
* [clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore2018-12-143-17/+33
* Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung2018-12-143-110/+185
* [clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright2018-12-1311-116/+322
* [clangd] Enable cross-namespace completions by default in clangdEric Liu2018-12-131-1/+1
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-133-185/+110
* [clangd] Refine the way of checking a declaration is referenced by the writte...Haojian Wu2018-12-132-12/+57
* [clangd] Avoid emitting Queued status when we are able to acquire the Barrier.Haojian Wu2018-12-134-5/+15
* [clangd] Move the utility function to anonymous namespace, NFC.Haojian Wu2018-12-131-32/+33
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-1225-0/+25
* Use the standard Duration factory matcherJonas Toth2018-12-111-4/+2
* [clang-tidy] NFC Consolidate test absl::Time implementationJonas Toth2018-12-115-158/+81