summaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)Author
2018-06-22[clangd] More precise representation of symbol names/labels in the index.Sam McCall
2018-06-22[clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu
2018-06-22[clangd] Remove FilterText from the index.Sam McCall
2018-06-21[clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko
2018-06-21[clangd] Expose 'shouldCollectSymbol' helper from SymbolCollector.Eric Liu
2018-06-21[clangd] Fix proximity signal output format. NFCEric Liu
2018-06-21Fix double-float constant truncation warnings. NFCI.Simon Pilgrim
2018-06-19[clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu
2018-06-18Fix clangd test to pass when delayed template parsing is on by defaultReid Kleckner
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-15[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis
2018-06-15[clangd] UI for completion items that would trigger include insertion.Eric Liu
2018-06-15[clangd] context key constructor is constexpr. NFCSam McCall
2018-06-15[clangd] Add option to fold overloads into a single completion item.Sam McCall
2018-06-15[clangd] Fix buildbot error.Haojian Wu
2018-06-15[clangd] Boost completion score according to file proximity.Eric Liu
2018-06-15[clangd] Customizable URI schemes for dynamic index.Eric Liu
2018-06-15[clangd] Do not report comments that only have special chars.Ilya Biryukov
2018-06-14[clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall
2018-06-14[clangd] Boost keyword completions.Sam McCall
2018-06-13Reverting r334604 due to failing tests.Aaron Ballman
2018-06-13Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman
2018-06-13Revert "[clangd] Log completion context type. NFC"Sam McCall
2018-06-13[clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov
2018-06-13[clangd] Log completion context type. NFCSam McCall
2018-06-12[clangd] Trace time the operations wait on Semaphore.Ilya Biryukov
2018-06-12[clangd] Support proximity paths in index fuzzy find.Eric Liu
2018-06-11- Add "AV" as new default acronym. - Add support for "I" and "A" in lowerCame...Yan Zhang
2018-06-11Add support for arrays in performance-implicit-conversion-in-loopAlexander Kornienko
2018-06-08[clangd] Deduplicate CompletionItemKind conversion.Sam McCall
2018-06-08[clangd] Fix fuzzer after r333993Sam McCall
2018-06-08[clangd] Require case-insensitive prefix match for macro completions.Sam McCall
2018-06-08[clangd] Downrank symbols with reserved names (score *= 0.1)Sam McCall
2018-06-08[clang-tidy] Improve string type matcher for abseil-string-find-starts-with c...Haojian Wu
2018-06-07[checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationChe...Ben Hamilton
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-06-07[clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall
2018-06-07[clangd] Fix using the incorrect Index for go-to-definition.Haojian Wu
2018-06-07[clangd] fix unintended fallthrough in scope-based scoringSam McCall
2018-06-07[clangd] Make workspace/symbols actually rank its results.Sam McCall
2018-06-06Fix MSVC 'not all control paths return a value' warning. NFCI.Simon Pilgrim
2018-06-06[clang-doc] Implement a YAML generatorJulie Hockett
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-06-06Add semicolon to recent MSVC fix.Tim Northover
2018-06-06Fix MSVC 'implicit double to float truncation and 'not all control paths retu...Simon Pilgrim
2018-06-06[clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall
2018-06-06Adjust symbol score based on crude symbol type.Sam McCall
2018-06-05[clangd] Fix inverted test again, sighSam McCall
2018-06-05[clangd] Quality fixes (uninit var, missing debug output, pattern decl CCRs).Sam McCall
2018-06-05[clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall