Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: llvm::bsearch -> llvm::partition_point after r364719 | Fangrui Song | 2019-06-30 | 1 | -2/+2 |
| | | | | llvm-svn: 364720 | ||||
* | [clangd] Fix header-guard check for include insertion, and don't index ↵ | Sam McCall | 2019-05-03 | 1 | -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, NFC | Sam McCall | 2019-04-17 | 1 | -3/+2 |
| | | | | llvm-svn: 358561 | ||||
* | Moved Symbol into its own header and implementation file | Dmitri Gribenko | 2019-02-28 | 1 | -0/+76 |
Reviewers: ioeric Subscribers: mgorny, jkorous, arphaman, kadircet, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58774 llvm-svn: 355088 |