summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* Try to fix FileDistance test on windows.Eric Liu2018-07-041-2/+8
* [clangd] FileDistance: temporarily disable in CodeComplete, it's behaving badlySam McCall2018-07-041-1/+2
* [clangd] FileDistance: missing constexprSam McCall2018-07-041-1/+1
* [clangd] FileDistance: don't add duplicate edgesSam McCall2018-07-041-1/+3
* [clangd] Replace UniqueFunction with llvm::unique_function.Benjamin Kramer2018-07-039-84/+29
* [clangd] Use default format style and fallback style. NFCEric Liu2018-07-031-3/+3
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-0317-259/+653
* [clangd] Remove CompletionItem::SymbolScope extension.Sam McCall2018-07-033-8/+0
* [clangd] Implement hover for "auto" and "decltype"Marc-Andre Laperle2018-07-024-3/+415
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-029-174/+207
* [clangd] codeComplete returns more structured completion items, LSP. NFC.Sam McCall2018-06-294-197/+283
* [clangd] Improve output of --help and --version. NFC.Sam McCall2018-06-291-1/+11
* [clangd] Use log10 instead of the natural logrithm for usage boost.Eric Liu2018-06-282-3/+4
* [clang-tidy] misc-unused-parameters - retain old behavior under StrictModeAlexander Kornienko2018-06-285-15/+107
* Remove explicit type from an initializer list. NFC.Alexander Kornienko2018-06-281-2/+2
* Fix formatting. NFC.Alexander Kornienko2018-06-281-5/+4
* [clangd] Fix a data race in TUSchedulerIlya Biryukov2018-06-281-5/+5
* Fixup test to compile with -frtti when trying to use typeid() as the PS4 does...Douglas Yung2018-06-281-4/+7
* [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declarationBen Hamilton2018-06-271-0/+6
* [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko2018-06-275-0/+927
* [clangd] Sema ranking tweaks: downrank keywords and injected names.Sam McCall2018-06-272-7/+16
* [clangd] Do not show namespace comments.Ilya Biryukov2018-06-272-1/+14
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-06-261-2/+1
* [clangd] Simplify matches in FindSymbols testsMarc-Andre Laperle2018-06-261-57/+45
* [clangd] Use default clang-format styles.Eric Liu2018-06-262-4/+6
* [clangd] Always remove dots before converting paths to URIs in symbol collector.Eric Liu2018-06-251-1/+2
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-2213-264/+199
* [clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu2018-06-226-12/+48
* [clangd] Remove FilterText from the index.Sam McCall2018-06-229-37/+4
* [clang-tidy] Remove the google-readability-redundant-smartptr-get aliasAlexander Kornienko2018-06-215-19/+6
* [clangd] Expose 'shouldCollectSymbol' helper from SymbolCollector.Eric Liu2018-06-213-83/+134
* [clangd] Fix proximity signal output format. NFCEric Liu2018-06-211-4/+4
* Fix double-float constant truncation warnings. NFCI.Simon Pilgrim2018-06-211-4/+4
* [clangd] Use workspace root path as hint path for resolving URIs in workspace...Eric Liu2018-06-196-15/+32
* Fix clangd test to pass when delayed template parsing is on by defaultReid Kleckner2018-06-181-0/+3
* Update copyright year to 2018.Paul Robinson2018-06-182-2/+2
* [clang-tidy] This patch is a fix for D45405 where spaces were mistakenly cons...Zinovy Nis2018-06-153-28/+131
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-159-137/+133
* [clangd] context key constructor is constexpr. NFCSam McCall2018-06-151-1/+1
* [clangd] Add option to fold overloads into a single completion item.Sam McCall2018-06-154-66/+219
* [clangd] Fix buildbot error.Haojian Wu2018-06-151-1/+1
* [clangd] Boost completion score according to file proximity.Eric Liu2018-06-154-12/+175
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-1510-66/+89
* [clangd] Do not report comments that only have special chars.Ilya Biryukov2018-06-152-2/+77
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-144-68/+66
* [clangd] Boost keyword completions.Sam McCall2018-06-143-6/+36
OpenPOWER on IntegriCloud