summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2018-10-02[clangd] Cache FS stat() calls when building preamble.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-stablelinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-nextlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-ltslinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-nextlinaro-local/ci/llvm-kernel-armv8l-baselinelinaro-local/ci/llvm-kernel-aarch64-baselineEric Liu
2018-10-02[clangd] Remove override result handling logic from clangdKadir Cetinkaya
2018-10-02[clang-tidy] NFC use CHECK-NOTES in test for cppgoreguidelines-avoid-gotoJonas Toth
2018-10-02[clang-tidy] NFC use CHECK-NOTES in tests for cppcoreguidelines-owning-memoryJonas Toth
2018-10-01Sort expected test output after previous commitStephen Kelly
2018-10-01[clang-query] Test non-code-completion on single letter shortcutsStephen Kelly
2018-10-01[clang-query] Add missing quit testStephen Kelly
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly
2018-10-01[clang-query] Sort command optionsStephen Kelly
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-10-01[clangd] exclude check-clangd from check-all, fix buildbot failure.Haojian Wu
2018-10-01[clangd] Add "check-clangd" targetHaojian Wu
2018-10-01[clangd] Query dex index using query-style trigrams, not identifier-style tri...Sam McCall
2018-10-01[clangd] Fix header mapping for std::string. NFCEric Liu
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman
2018-09-29[cxx2a] Fix warning triggered by r343285Vitaly Buka
2018-09-28[docs] Fix links in Clangd documentationKirill Bobyrev
2018-09-27[clangd] Initial supoprt for cross-namespace global code completion.Eric Liu
2018-09-27[clangd] Add more tracing to index queries. NFCEric Liu
2018-09-27Introduce completionItemKind capability support.Kadir Cetinkaya
2018-09-27[clangd] Make IncludeInserter less slow. NFCEric Liu
2018-09-27Tell whether file/folder for include completions.Kadir Cetinkaya
2018-09-27[clang-tidy] use CHECK-NOTES in tests for bugprone suspicious-enum-usageJonas Toth
2018-09-27[clang-tidy] use CHECK-NOTES in tests for bugprone-use-after-moveJonas Toth
2018-09-27[clang-tidy] use CHECK-NOTES in tests for bugprone-forward-declaration-namespaceJonas Toth
2018-09-27Improve diagnostics range reporting.Kadir Cetinkaya
2018-09-27[clang-tidy] Add dependency to clangAnalysis after rC343160Fangrui Song
2018-09-27llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song
2018-09-26[clangd] Fix bugs with incorrect memory estimate reportKirill Bobyrev
2018-09-26[docs] Update PostingList string representation formatKirill Bobyrev
2018-09-26Removed extra semicolon to fix Wpedantic. (NFCI).Simon Pilgrim
2018-09-26[clangd] Fix crash if pending computations were active on exitIlya Biryukov
2018-09-26[clangd] Handle template args for disabled function arg snippetsIlya Biryukov
2018-09-25[clangd] Remove unused using-declaration testing::AllOfFangrui Song
2018-09-25[clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall
2018-09-25[clangd] Fix reversed RIFF/YAML serializationSam McCall
2018-09-25[clang-tidy] use CHECK-NOTES in tests for bugprone-macro-repeated-side-effectsJonas Toth
2018-09-25[clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth
2018-09-25[clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall
2018-09-25[clangd] NFC: Simplify code, enforce LLVM Coding StandardsKirill Bobyrev
2018-09-25[clangd] Fix some buildbots after r342965Kirill Bobyrev
2018-09-25[clangd] Implement VByte PostingList compressionKirill Bobyrev
2018-09-25[clangd] Fix build bot after r342961Eric Liu
2018-09-25[clangd] Check that scheme is valid when parsing URI.Eric Liu
2018-09-25Fix a typo in the help of clangdSylvestre Ledru
2018-09-25[clangd] NFC: Remove test duplicateKirill Bobyrev
2018-09-25Deduplicate replacements from diagnostics.Eric Liu
2018-09-24[clangd] Fix uninit bool in r342888Sam McCall
2018-09-24[clangd] Do bounds checks while reading data, otherwise var-length records ar...Sam McCall