summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Documentation] Link format and order of Clang-tidy changes in Release NotesEugene Zelenko2018-07-111-11/+10
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-112-12/+65
* [clangd] Ignore sema code complete callback with recovery context.Eric Liu2018-07-112-3/+32
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-1120-110/+177
* Use ExprMutationAnalyzer in performance-for-range-copyShuai Wang2018-07-102-3/+17
* [clangd] Make sure macro information exists before increasing usage count.Eric Liu2018-07-091-6/+4
* [clangd] Support indexing MACROs.Eric Liu2018-07-093-25/+147
* [clangd] Mark "Document Symbols" as implemented in the docsMarc-Andre Laperle2018-07-091-1/+1
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-0914-1675/+245
* [clangd] Do not write comments into Preamble PCHIlya Biryukov2018-07-092-32/+12
* [clangd] Wait for first preamble before code completionIlya Biryukov2018-07-093-0/+61
* [clangd] Added a test for preambles and -isystemIlya Biryukov2018-07-091-0/+36
* [clangd] Make SymbolOrigin an enum class, rather than a plain enum.Sam McCall2018-07-065-16/+24
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-0519-16/+512
* [clang-move] ClangMoveTests: Remove dots in output pathsSimon Marchi2018-07-051-2/+4
* [NFS] Wipe trailing whitespacesKirill Bobyrev2018-07-051-62/+63
* Fix -Wunused-variable warning. NFCI.Simon Pilgrim2018-07-051-1/+1
* [clangd] Log sema completion context kind and query scopes. NFCEric Liu2018-07-051-2/+9
* Revert "[clangd] FileDistance: temporarily disable in CodeComplete, it's beha...Sam McCall2018-07-051-2/+1
* [clangd] Treat class constructor as in the same scope as the class in ranking.Eric Liu2018-07-054-7/+52
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-0513-13/+85
* Adding some documentation changes that were missed in r336301.Aaron Ballman2018-07-052-0/+42
* Add the cert-msc51-cpp and cert-msc32-c checks.Aaron Ballman2018-07-058-0/+434
* [clang-tidy] Fix http://llvm.org/PR38055Alexander Kornienko2018-07-042-2/+18
* [clangd] only ignore collected symbols if TU has uncompilable errors.Eric Liu2018-07-041-3/+4
* [clang-tools-extra] Cleanup documentation routineKirill Bobyrev2018-07-042-1817/+14
* [clangd] Cleanup unittest: URIs. NFC.Eric Liu2018-07-041-2/+2
* [clangd] Avoid collecting symbols from broken TUs in global-symbol-builder.Eric Liu2018-07-041-0/+8
OpenPOWER on IntegriCloud