summaryrefslogtreecommitdiffstats
path: root/clangd/IncludeFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Check file path of declaring header when deciding whether to insert ...Eric Liu2019-04-161-5/+7
* Moved Ref into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+1
* [clangd] Handle another incomplete-type diagnostic case in IncludeFixer.Eric Liu2019-02-211-0/+1
* [clangd] Handle unresolved scope specifier when fixing includes.Eric Liu2019-02-191-37/+140
* [clangd] Cache include fixes for diagnostics caused by the same unresolved na...Eric Liu2019-02-181-20/+62
* [clangd] Handle a few more diag kinds in include fixer.Eric Liu2019-02-131-0/+6
* [clangd] Fix an assertion in TypoCorrection.Eric Liu2019-02-081-6/+7
* [clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu2019-02-071-14/+198
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+113