summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2019-01-03[clangd] Fix detecting atomics in stand-alone buildsMichal Gorny
2019-01-03[clangd] Move helpers from global namespace into anonymous namespace, NFC.Haojian Wu
2019-01-03[clangd] Bump vscode-clangd v0.0.9Haojian Wu
2019-01-03[clangd] Always try to build absolute pathKadir Cetinkaya
2019-01-03[clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov
2019-01-03[clangd] clang-format everything. NFCIlya Biryukov
2019-01-02[Documentation] Alphabetical order in Clang-tidy checks changes list.Eugene Zelenko
2019-01-02[clangd] Show FileStatus in vscode-clangd.Haojian Wu
2018-12-28[clang-tidy] Export the abseil duration inverse lookup function, NFCHyrum Wright
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-24[clangd] Delete stray semicolon. NFCFangrui Song
2018-12-23[clangd] Delete trailing ; NFCFangrui Song
2018-12-21[clang-tidy] Be more liberal about literal zeroes in abseil checksHyrum Wright
2018-12-21[clang-tidy] Add export-fixes flag to clang-tidy-diffJulie Hockett
2018-12-21[clangd] Cleanup syntax errors in the test, NFC.Haojian Wu
2018-12-21Fix warning about unused variable [NFC]Bjorn Pettersson
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