summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r334604 due to failing tests.Aaron Ballman2018-06-135-928/+0
* Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman2018-06-135-0/+928
* Revert "[clangd] Log completion context type. NFC"Sam McCall2018-06-131-6/+4
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-1312-139/+109
* [clangd] Log completion context type. NFCSam McCall2018-06-131-4/+6
* [clangd] Trace time the operations wait on Semaphore.Ilya Biryukov2018-06-121-3/+9
* [clangd] Support proximity paths in index fuzzy find.Eric Liu2018-06-122-0/+4
* - Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang2018-06-112-1/+3
* Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko2018-06-113-18/+60
* [clangd] Deduplicate CompletionItemKind conversion.Sam McCall2018-06-081-64/+20
* [clangd] Fix fuzzer after r333993Sam McCall2018-06-081-3/+3
* [clangd] Require case-insensitive prefix match for macro completions.Sam McCall2018-06-082-2/+13
* [clangd] Downrank symbols with reserved names (score *= 0.1)Sam McCall2018-06-083-5/+30
* [clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu2018-06-082-3/+21
* [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationChe...Ben Hamilton2018-06-071-1/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-072-4/+6
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-077-45/+61
* [clangd] Fix using the incorrect Index for go-to-definition.Haojian Wu2018-06-071-1/+1
* [clangd] fix unintended fallthrough in scope-based scoringSam McCall2018-06-071-0/+3
* [clangd] Make workspace/symbols actually rank its results.Sam McCall2018-06-072-5/+52
* Fix MSVC 'not all control paths return a value' warning. NFCI.Simon Pilgrim2018-06-061-0/+1
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-069-16/+909
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-0612-158/+373
* Add semicolon to recent MSVC fix.Tim Northover2018-06-061-1/+1
* Fix MSVC 'implicit double to float truncation and 'not all control paths retu...Simon Pilgrim2018-06-061-3/+4
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-066-13/+37
* Adjust symbol score based on crude symbol type.Sam McCall2018-06-063-0/+102
* [clangd] Fix inverted test again, sighSam McCall2018-06-051-1/+1
* [clangd] Quality fixes (uninit var, missing debug output, pattern decl CCRs).Sam McCall2018-06-051-2/+5
* [clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall2018-06-058-17/+122
* [clangd] Remove unused variablesMarc-Andre Laperle2018-06-051-10/+6
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-0511-60/+249
* [clangd] Test tweaks (consistency, shorter, doc). NFCSam McCall2018-06-053-36/+25
* Silence a "truncation from double to float" diagnostic in MSVC; NFC.Aaron Ballman2018-06-051-1/+1
* [clang-tidy] fix broken test (no compile command) from r331763Sam McCall2018-06-052-2/+2
* [clangd] Rewrite JSON dispatcher loop using C IO (FILE*) instead of std::istr...Sam McCall2018-06-056-63/+83
* [clang-doc] Adding missing dependencies to fix linker error on botJulie Hockett2018-06-041-0/+2
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-0411-59/+1602
* [clangd] Boost scores for decls from current file in completionIlya Biryukov2018-06-043-12/+72
* [clangd] Fix inverted test (--gtest_filter strikes again...)Sam McCall2018-06-041-1/+1
* [clang][tooling] Don't forget to link to clangToolingInclusions.Roman Lebedev2018-06-041-0/+1
* [clangd] Avoid indexing decls associated with friend decls.Eric Liu2018-06-043-0/+61
* [clangd] Remove the dead offset fields in Symbol.Haojian Wu2018-06-041-6/+0
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-049-10/+37
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-06-042-1/+2
* Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu2018-06-042-2/+1
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-06-042-1/+2
* [clangd] Compute better estimates for memory usage of the ASTIlya Biryukov2018-06-012-3/+27
* [clangd] Attempt the fix the buildbots after r333737Ilya Biryukov2018-06-011-1/+4
* [clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov2018-06-019-231/+406
OpenPOWER on IntegriCloud