summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth2018-12-101-4/+28
* [Documentation] Alphabetical order in new checks list.Eugene Zelenko2018-12-081-7/+7
* [clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier2018-12-078-0/+726
* [clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu2018-12-071-11/+7
* [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-065-9/+177
* [clangd] Fix a typo in TUSchedulerTestsHaojian Wu2018-12-061-1/+1
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-052-0/+19
* [clangd] Dont provide locations for non-existent files.Kadir Cetinkaya2018-12-052-4/+19
* Fix compilation error when using clang 3.6.0Mikael Holmen2018-12-051-3/+3
* Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth2018-12-058-1373/+0
* [clang-tidy] new check: bugprone-branch-cloneJonas Toth2018-12-058-0/+1373
* Fix a false positive in misplaced-widening-castJonas Toth2018-12-052-2/+21
* [clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore2018-12-056-179/+29
* [clang-query] Continue if compilation command not found for some filesGeorge Karpenkov2018-12-051-2/+13
* [clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore2018-12-042-2/+33
* [Documentation] Make options section in Clang-tidy readability-uppercase-lite...Eugene Zelenko2018-12-041-6/+14
OpenPOWER on IntegriCloud