Haojian Wu
|
48e6ff9ad3
|
[clangd] Fix some header guard names, NFC
Per the LLVM code style, there should be no trailing `_` on the header
guard name.
|
2022-12-13 10:00:51 +01:00 |
|
Sam McCall
|
4d006520b8
|
[clangd] Clean up unused includes. NFCI
Add includes where needed to fix build.
Haven't systematically added used headers, so there is still accidental
dependency on transitive includes.
|
2022-02-26 12:00:16 +01:00 |
|
Kadir Cetinkaya
|
c9d2876da9
|
[clangd] Add a metric for tracking memory usage
Differential Revision: https://reviews.llvm.org/D88413
|
2020-10-12 15:25:29 +02:00 |
|
Kadir Cetinkaya
|
f9317f7bf6
|
[clangd] Introduce MemoryTrees
A structure that can be used to represent memory usage of a nested
set of systems.
Differential Revision: https://reviews.llvm.org/D88411
|
2020-10-12 15:25:29 +02:00 |
|