Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/AST.h | ||
---|---|---|
41 ↗ | (On Diff #164055) | maybe add a comment about the semantics of macro symbol IDs - particularly that they depend on the exact file offset. We could change these semantics in future by reimplementing this function, there's no reason we have to use USRs for everything, and macros are really simple. |
clangd/index/SymbolCollector.cpp | ||
389 ↗ | (On Diff #164055) | this is now dead |
452 ↗ | (On Diff #164055) | update this to use getSymbolID |