This is a convenient function when we try to get std::string of
SymbolID.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 17416 Build 17416: arc lint + arc unit
Event Timeline
Comment Actions
lgtm with a nit
| clangd/index/Index.h | ||
|---|---|---|
| 72 | I think Sam wants to reduce the size to 20 bytes. Maybe just drop the "40-bytes" part? | |
| clangd/index/Index.h | ||
|---|---|---|
| 72 | 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 :) | |
I think Sam wants to reduce the size to 20 bytes. Maybe just drop the "40-bytes" part?