summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Merging r343369:Tom Stellard2018-12-061-1/+0
* Merging r344444 and r344445:Tom Stellard2018-11-293-3/+30
* docs: drop doxygen link; it doesn't workHans Wennborg2018-09-101-18/+0
* ReleaseNotes: tidy up for the releaseHans Wennborg2018-09-071-46/+11
* [clangd] Correct the namespace of ParsedAST forward declaration, NFC.Haojian Wu2018-08-011-1/+1
* [clangd] Receive compilationDatabasePath in 'initialize' requestSimon Marchi2018-08-014-13/+27
* [clangd] Make SymbolLocation => bool conversion explicitly.Haojian Wu2018-08-011-1/+8
* [clang-tidy] add all clang-tidy modules to pluginJonas Toth2018-07-312-11/+45
* [clangd] Do not build AST if no diagnostics were requestedIlya Biryukov2018-07-311-2/+5
* [clangd] Report diagnostics even if WantDiags::No AST was reusedIlya Biryukov2018-07-312-22/+71
* [clangd] Remove outdated comment. NFCIlya Biryukov2018-07-301-2/+0
* [clangd] Do not remove AST from cache if nothing changedIlya Biryukov2018-07-301-2/+5
* [clangd] Fix a comment. NFCIlya Biryukov2018-07-301-2/+2
* [clangd] Add command-line optionRaoul Wols2018-07-291-1/+12
* [clang-tidy] Fix a crash in fuchsia-multiple-inheritanceIlya Biryukov2018-07-272-0/+16
* [clangd] Return Dex IteratorsKirill Bobyrev2018-07-274-1/+617
* Revert Clangd Dex Iterators patchKirill Bobyrev2018-07-264-611/+1
* [clangd] Use 'const Twine&' instead of 'Twine'. NFCIlya Biryukov2018-07-262-2/+2
* [clangd] Fix unit tests for DexKirill Bobyrev2018-07-261-7/+20
* [clang-tidy] Fix llvm.org/PR38315 (support type aliases in modernize-shrink-t...Alexander Kornienko2018-07-262-2/+15
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-2616-51/+51
* [clangd] Proof-of-concept query iterators for Dex symbol indexKirill Bobyrev2018-07-264-1/+600
* [clangd] Give an example for symbol-builder usageKirill Bobyrev2018-07-261-4/+17
* [clangd] Do not rebuild AST if inputs have not changedIlya Biryukov2018-07-265-14/+100
* [clangd] Use a sigmoid style function for #usages boost in symbol quality.Eric Liu2018-07-252-6/+17
* [clangd] Introduce Dex symbol index search tokensKirill Bobyrev2018-07-256-2/+408
* [clangd] Guard fuzzer against empty inputs.Benjamin Kramer2018-07-241-0/+3
* [clangd] Tune down quality score for class constructors so that it's ranked a...Eric Liu2018-07-243-2/+37
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-232-2/+59
* Revert "[clang-tidy] fix PR36489 - respect deduced pointer types from auto as...Jonas Toth2018-07-231-28/+1
* [clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth2018-07-231-1/+28
* [clang-tidy] remove private decltypeType in TrailingReturnTypeJonas Toth2018-07-231-2/+0
* [clangd] Fix category in clangd-vscode's package.jsonSimon Marchi2018-07-231-1/+1
* [clangd] Penalize non-instance members when accessed via class instances.Eric Liu2018-07-236-0/+111
* [clangd] Unbreak fuzzer build.Benjamin Kramer2018-07-221-1/+2
* [clang-doc] Create a script to generate testsJulie Hockett2018-07-2024-1389/+1834
* [clang-doc] Adding PublicOnly flagJulie Hockett2018-07-2012-32/+528
* [clangd] Fix racy use-after-scope in unittestBenjamin Kramer2018-07-201-2/+1
* [clangd] FuzzyMatch exposes an API for its word segmentation. NFCSam McCall2018-07-203-45/+81
* [clangd] Also get scope for RK_pattern completion results.Eric Liu2018-07-182-2/+16
* [clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets lis...Idriss Riouak2018-07-172-0/+9
* [clang-tidy] Force exceptions to be enabled in testBenjamin Kramer2018-07-141-1/+1
* [Documentation] Add missing description for bugprone-exception-escape in Rele...Eugene Zelenko2018-07-131-0/+3
* [clang-tidy] Exception Escape CheckerAdam Balogh2018-07-138-0/+571
* [clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall2018-07-135-10/+49
* [clang-tidy/ObjC] Add SQL to list of acronymsBen Hamilton2018-07-121-0/+1
* [clangd] Extract FileSystemProvider into a separate header. NFCSam McCall2018-07-123-20/+43
* [clangd] log request/response messages with method/ID/error at INFO levelSam McCall2018-07-121-8/+29
* [clangd] Simplify logging wrapper after r336888Sam McCall2018-07-121-14/+5
* [Documentation] Fix incorrect documentation references, new checks order in R...Eugene Zelenko2018-07-111-8/+8
OpenPOWER on IntegriCloud