summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16Fix build breakage from llvm r351317linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfigPavel Labath
2019-01-16[clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet
2019-01-16[clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas af...Sam McCall
2019-01-16[clangd] Fix XPC after rCTE351280Fangrui Song
2019-01-16[clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme
2019-01-16[clangd] XPC transport layerJan Korous
2019-01-15[clang-tidy] add options documentation to readability-identifier-naming checkerlinaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfigPaul Hoad
2019-01-15Revert "Update clang-tools-extra for r350891 from Clang."Benjamin Kramer
2019-01-15Update year in license filesHans Wennborg
2019-01-15[clangd] Fix updated file detection logic in indexingKadir Cetinkaya
2019-01-14Revert r351051 "[clangd] Unlink VFS working dir from OS working dir."Amara Emerson
2019-01-14[clangd] Add Limit parameter for xref.Haojian Wu
2019-01-14[clangd] Fix a reference invalidationKadir Cetinkaya
2019-01-14[clangd] Unlink VFS working dir from OS working dir.Sam McCall
2019-01-14[clang-tidy] update FunctionSizeCheck for D56444Sam McCall
2019-01-14[clangd] Index main-file symbols (bug 39761)Sam McCall
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2019-01-11Adapt to CXXMethodDecl::getThisType change (NFC)Brian Gesiak
2019-01-10Update clang-tools-extra for r350891 from Clang.Aaron Ballman
2019-01-10[clangd] Introduce loading of shards within auto-indexKadir Cetinkaya
2019-01-10[clang-tidy] Fix case of local variables in modernize-use-nodiscard checkerJonas Toth
2019-01-10[clangd] Don't store completion info if the symbol is not used for code compl...Haojian Wu
2019-01-10Remove unnecessary include.Richard Trieu
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