summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/SymbolOrigin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Use identifiers in file as completion candidates when build is not ↵Eric Liu2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | ready. Summary: o Lex the code to get the identifiers and put them into a "symbol" index. o Adds a new completion mode without compilation/sema into code completion workflow. o Make IncludeInserter work even when no compile command is present, by avoiding inserting non-verbatim headers. Reviewers: sammccall Reviewed By: sammccall Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60126 llvm-svn: 358159
* Moved SymbolOrigin into its own header and implementation fileDmitri Gribenko2019-02-281-0/+25
Reviewers: ioeric Subscribers: mgorny, jkorous, arphaman, kadircet, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58773 llvm-svn: 355086
OpenPOWER on IntegriCloud