summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2018-12-20[clangd] Try to workaround test failure by increasing the timeoutsIlya Biryukov
2018-12-20[clangd] Expose FileStatus to LSP.Haojian Wu
2018-12-20[clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko
2018-12-20[clangd] Don't miss the expected type in merge.Haojian Wu
2018-12-19[clang-tidy] Diagnose abseil-duration-comparison on macro argumentsHyrum Wright
2018-12-19[clangd] Fix a syntax error on the test.Haojian Wu
2018-12-19[clang-tidy] use "const SourceManager&" parameter, NFC.Haojian Wu
2018-12-19[clangd] Unify path canonicalizations in the codebaseKadir Cetinkaya
2018-12-18[clangd] Try to fix buildbot failure after r349496Eric Liu
2018-12-18[clangd] BackgroundIndex rebuilds symbol index periodically.Eric Liu
2018-12-17[clangd] Change diskbackedstorage to be atomicKadir Cetinkaya
2018-12-17[clangd] Only reduce priority of a thread for indexing.Kadir Cetinkaya
2018-12-17Revert rCTE349288 'Fix a lit test failure after MallocChecker changes'Kristof Umann
2018-12-16Fix a lit test failure after MallocChecker changesKristof Umann
2018-12-14[dexp] Change FuzzyFind to also print scope of symbolsKadir Cetinkaya
2018-12-14clang-include-fixer.el: support remote filesPhilipp Stephani
2018-12-14[clangd] Use buildCompilerInvocation to simplify the HeadersTests, NFC.Haojian Wu
2018-12-14[clangd] Fix memory leak in ClangdTests.Haojian Wu
2018-12-14[clangd] Fix an assertion failure in background index.Haojian Wu
2018-12-14[clang-tidy] Remove extra config.h includesIvan Donchevskii
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-14[clang-tidy] Improve google-objc-function-naming diagnostics 📙Stephane Moore
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung
2018-12-13[clang-tidy] Add the abseil-duration-subtraction checkHyrum Wright
2018-12-13[clangd] Enable cross-namespace completions by default in clangdEric Liu
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-13[clangd] Refine the way of checking a declaration is referenced by the writte...Haojian Wu
2018-12-13[clangd] Avoid emitting Queued status when we are able to acquire the Barrier.Haojian Wu
2018-12-13[clangd] Move the utility function to anonymous namespace, NFC.Haojian Wu
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-12-11Use the standard Duration factory matcherJonas Toth
2018-12-11[clang-tidy] NFC Consolidate test absl::Time implementationJonas Toth
2018-12-10[clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth
2018-12-08[Documentation] Alphabetical order in new checks list.Eugene Zelenko
2018-12-07[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'Eric Fiselier
2018-12-07[clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu
2018-12-06[clangd] Remove the test that sometimes deadlocksIlya Biryukov
2018-12-06[clangd] Update the test codeHaojian Wu
2018-12-06[clangd] C++ API for emitting file status.Haojian Wu
2018-12-06[clangd] Fix a typo in TUSchedulerTestsHaojian Wu
2018-12-05Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov
2018-12-05[clangd] Dont provide locations for non-existent files.Kadir Cetinkaya
2018-12-05Fix compilation error when using clang 3.6.0Mikael Holmen
2018-12-05Revert "[clang-tidy] new check: bugprone-branch-clone"Jonas Toth
2018-12-05[clang-tidy] new check: bugprone-branch-cloneJonas Toth
2018-12-05Fix a false positive in misplaced-widening-castJonas Toth
2018-12-05[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...Stephane Moore
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov
2018-12-04[clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...Stephane Moore
2018-12-04[Documentation] Make options section in Clang-tidy readability-uppercase-lite...Eugene Zelenko