This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add "str()" method to SymbolID.
ClosedPublic

Authored by hokein on Apr 25 2018, 8:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Apr 25 2018, 8:14 AM
ioeric accepted this revision.Apr 25 2018, 8:18 AM

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?

This revision is now accepted and ready to land.Apr 25 2018, 8:18 AM
hokein marked an inline comment as done.Apr 25 2018, 8:29 AM
hokein added inline comments.
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 :)

This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.