[PATCH] D46065: [clangd] Add "str()" method to SymbolID.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 25 08:21:06 PDT 2018


ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.

lgtm with a nit



================
Comment at: clangd/index/Index.h:72
 
+  // Returns a 40-bytes hex encoded string.
+  std::string str() const;
----------------
I think Sam wants to reduce the size to 20 bytes. Maybe just drop the "40-bytes" part? 


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46065





More information about the cfe-commits mailing list