This is a convenient function when we try to get std::string of
SymbolID.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm with a nit
clangd/index/Index.h | ||
---|---|---|
72 ↗ | (On Diff #143940) | I think Sam wants to reduce the size to 20 bytes. Maybe just drop the "40-bytes" part? |
clangd/index/Index.h | ||
---|---|---|
72 ↗ | (On Diff #143940) | The comment clarifies the current behavior of the method, I prefer to keep it. We can change it at the time when we reduce the size :) |