Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 22269 Build 22269: arc lint + arc unit
Event Timeline
clangd/AST.h | ||
---|---|---|
41 | 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 | this is now dead | |
452 | update this to use getSymbolID |
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.