summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/IncludeFixer.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-2/+2
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-231-4/+2
* [clangd] Compute scopes eagerly in IncludeFixerIlya Biryukov2019-08-061-34/+35
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-1/+1
* [clangd] Don't insert absolute paths, give up instead.Sam McCall2019-07-081-1/+5
* [clang][HeaderSearch] Shorten paths for includes in mainfile's directoryKadir Cetinkaya2019-07-031-2/+1
* [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
OpenPOWER on IntegriCloud