summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2018-10-04[clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall
2018-10-04[clangd] Dex: FALSE iterator, peephole optimizations, fix AND bugSam McCall
2018-10-04[clangd] Add std::move for converting-return to satisfy older compilersSam McCall
2018-10-04[clang-tidy] fix failing unit testsJonas Toth
2018-10-04[clangd] fix another ambigous constructor in DexTestJonas Toth
2018-10-04[clangd] Fix ambiguous constructor in DexTestlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-lts-defconfig_nolselinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-ltsSam McCall
2018-10-04[clang-tidy] NFC use CHECK-NOTES in tests for fuchsia-default-argumentsJonas Toth
2018-10-04[clang-tidy] NFC use CHECK-NOTES in tests for performance-move-constructor-initJonas Toth
2018-10-04[clang-tidy] fix PR39167, bugprone-exception-escape hangs-upJonas Toth
2018-10-04[clang-tidy] Added pointer types to clang-tidy readability-identifier-naming ...Jonas Toth
2018-10-04[clangd] expose MergedIndex classSam McCall
2018-10-04[clangd] clangd-indexer gathers refs and stores them in index files.Sam McCall
2018-10-04[clangd] Remove one-segment-skipping from Dex trigrams.Sam McCall
2018-10-04[cland] Dex: fix/simplify short-trigram generationSam McCall
2018-10-04[clangd] Dex: FALSE iterator, peephole optimizations, fix AND bugSam McCall
2018-10-04[clang-tidy] Sequence statements with multiple parents correctly (PR39149)Martin Bohme
2018-10-04[clangd] Revert accidental flag changeSam McCall
2018-10-04[clangd] Use canonical declarations in ReferenceFinder.Haojian Wu
2018-10-04[clangd] Support refs() in dex. Largely cloned from MemIndex.Sam McCall
2018-10-04[clangd] clangd-indexer: Drop support for MR-via-YAMLSam McCall
2018-10-03[clang-doc] Avoid parsing undefined base classesJulie Hockett
2018-10-03[clang-tidy] NFC reorder registering in CppCoreGuidelines moduleJonas Toth
2018-10-03[clang-query] Add comment token handlingStephen Kelly
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly
2018-10-03Fix compilation warning by removing unused variable [NFC]Mikael Holmen
2018-10-02[clangd] Temporarily disable VFS stats cache test for windows.Eric Liu
2018-10-02[clangd] Try to fix windows buildbot after r343576Eric Liu
2018-10-02Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Sam McCall
2018-10-02Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ...Reid Kleckner
2018-10-02[clangd] Don't make check-clangd as a dependency in check-clang-toolsHaojian Wu
2018-10-02[clangd] Add a #include completion test that triggers an assertion.Haojian Wu
2018-10-02[clangd] Zap TODONEsSam McCall
2018-10-02[clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFCSam McCall
2018-10-02[clangd] Dex iterator printer shows query structure, not iterator state.Sam McCall
2018-10-02[clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko
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