summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2019-01-09[clang-tidy] another take at fixing docJonas Toth
2019-01-09[clang-tidy] tryfix documentation buildJonas Toth
2019-01-09[clang-tidy] fix-up failing testsJonas Toth
2019-01-09[clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth
2019-01-09[clangd] Add a test for SignatureHelp on dynamic index.Haojian Wu
2019-01-09Fix clang-tidy test after r350714. NFCIlya Biryukov
2019-01-08[Query] NFC: Port QueryParser to StringRefStephen Kelly
2019-01-08[clangd] Fix a crash when reading an empty index file.Haojian Wu
2019-01-08ReleaseNotes: Update with my clang-query contributions this cycleStephen Kelly
2019-01-07[clangd] Fix Windows build after r350531Ilya Biryukov
2019-01-07[clangd] Include <cstdio> instead of <stdio.h>. NFCIlya Biryukov
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2019-01-07[clang-tidy] Use the public hasInit matcher, rather than defining our own, NFCHyrum Wright
2019-01-07[clangd] Fix a regression issue caused by r348365.Haojian Wu
2019-01-07[clangd] Disable BackgroundIndexTest.PeriodicalIndexIlya Biryukov
2019-01-05[Documentation] fix order of checks in checks/list.rstJonas Toth
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