summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Symbol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-2/+2
| | | | llvm-svn: 364720
* [clangd] Fix header-guard check for include insertion, and don't index ↵Sam McCall2019-05-031-13/+9
| | | | | | | | | | | | | | | | | | | | | header guards. Summary: Both of these attempt to check whether a header guard exists while parsing the file. However the file is only marked as guarded once clang finishes processing it. We defer the checks and work until SymbolCollector::finish(). This is ugly and ad-hoc, deferring *all* work might be cleaner. Reviewers: kadircet Subscribers: ilya-biryukov, MaskRay, jkorous, mgrang, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61442 llvm-svn: 359880
* [clangd] lower_bound -> bsearch, NFCSam McCall2019-04-171-3/+2
| | | | llvm-svn: 358561
* Moved Symbol into its own header and implementation fileDmitri Gribenko2019-02-281-0/+76
Reviewers: ioeric Subscribers: mgorny, jkorous, arphaman, kadircet, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58774 llvm-svn: 355088
OpenPOWER on IntegriCloud