summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Cleanup DexKirill Bobyrev2018-08-314-30/+33
* NFC: Fix build failure after rL341182Kirill Bobyrev2018-08-311-1/+1
* [NFC] Use LLVM naming conventions within FileDistanceKirill Bobyrev2018-08-312-5/+5
* [clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...Argyrios Kyrtzidis2018-08-311-1/+2
* Import lit.llvm after rL341130Fangrui Song2018-08-311-1/+1
* Add preload option to clang-queryStephen Kelly2018-08-301-0/+15
* Extract runCommandsInFile methodStephen Kelly2018-08-301-12/+19
* Remove LIT_SITE_CFG_IN_FOOTER, clang-tools-extraNico Weber2018-08-301-1/+2
* [clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.Sam McCall2018-08-304-33/+158
* [clangd] Remove UB introduced in rL341057Kirill Bobyrev2018-08-301-1/+0
* [clangd] Report position of opening paren in singature helpIlya Biryukov2018-08-303-5/+74
* [clang-tidy] Use simple string matching instead of RegexKirill Bobyrev2018-08-301-10/+20
* [clangd] Fix tests after rL341057Kirill Bobyrev2018-08-301-1/+1
* [clangd] Implement iterator costKirill Bobyrev2018-08-303-5/+39
* [clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-NOTES and CHECK-M...Jonas Toth2018-08-301-0/+3
* [clang-tidy] Add abseil-no-internal-dependencies checkJonas Toth2018-08-2910-2/+196
* Introduce the abseil-redundant-strcat-calls check.Aaron Ballman2018-08-298-0/+404
* Introduce the abseil-str-cat-append check.Aaron Ballman2018-08-298-0/+295
* [clangd] Switch to Dex by default for the static indexKirill Bobyrev2018-08-281-1/+2
* [clangd] Use buffered llvm::errs() in the clangd binary.Eric Liu2018-08-281-0/+3
* [clangd] Remove unused parameter. NFCIlya Biryukov2018-08-281-6/+5
* [clangd] Add some trace::Spans. NFCIlya Biryukov2018-08-282-0/+2
* [clang-tidy] Abseil: no namepsace checkHaojian Wu2018-08-2811-0/+186
* Cleanup after rL340729Kirill Bobyrev2018-08-271-13/+12
* [docs] Mention clangd-dev in clangd documentationKirill Bobyrev2018-08-271-1/+4
* [clangd] Use TRUE iterator instead of complete posting listKirill Bobyrev2018-08-271-4/+0
* [clang-doc] Fix memory leaksJulie Hockett2018-08-242-5/+7
* [clangd] Initial cancellation mechanism for LSP requests.Kadir Cetinkaya2018-08-2415-29/+431
* [clangd] Implement LIMIT iteratorKirill Bobyrev2018-08-244-60/+101
* [clangd] Speculative code completion index request before Sema is run.Eric Liu2018-08-248-19/+274
* [clangd] Log memory usage of DexIndex and MemIndexKirill Bobyrev2018-08-249-0/+52
* [clangd] Allow to merge symbols on-the-fly in global-symbol-builderIlya Biryukov2018-08-241-35/+108
* [clangd] Check for include overlapping looks for only the line now.Kadir Cetinkaya2018-08-232-3/+5
* [clangd] Suggest code-completions for overriding base class virtual methods.Kadir Cetinkaya2018-08-232-9/+125
* [clangd] Move function argument snippet disable mechanism from LSP rendering ...Kadir Cetinkaya2018-08-232-57/+38
* [clangd] Increase the timeouts in TUScheduler tests to 10 seconds.Ilya Biryukov2018-08-231-9/+9
* [clangd] send diagnostic categories only when 'categorySupport'Alex Lorenz2018-08-2213-13/+57
* [clang-tidy] Add Abseil prefix to documentationHaojian Wu2018-08-221-0/+1
* [clang-tidy] Abseil: faster strsplit delimiter checkHaojian Wu2018-08-228-0/+318
* [clangd] Get rid of regexes in CanonicalIncludesIlya Biryukov2018-08-222-679/+687
* [clangd] Implement BOOST iteratorKirill Bobyrev2018-08-224-40/+185
* [clangd] Make FileIndex aware of the main fileIlya Biryukov2018-08-224-33/+64
* [clangd] Add callbacks on parsed AST in addition to parsed preamblesIlya Biryukov2018-08-225-41/+86
* [clangd] Cleanup after D50897Kirill Bobyrev2018-08-221-1/+1
* [clangd] NFC: Fix broken buildKirill Bobyrev2018-08-211-6/+6
* [clangd] Allow using experimental Dex indexKirill Bobyrev2018-08-215-13/+40
* [clangd] DexIndex implementation prototypeKirill Bobyrev2018-08-209-84/+573
* [clangd] Simplify the code using UniqueStringSaver, NFC.Haojian Wu2018-08-202-12/+9
* [clangd] NFC: Cleanup Dex Iterator comments and simplify testsKirill Bobyrev2018-08-203-28/+28
* [clangd] Add missing lock in the lookup.Haojian Wu2018-08-201-0/+1
OpenPOWER on IntegriCloud