[PATCH] D60227: [Remarks] Add string deduplication using a string table
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 13:53:52 PDT 2019
paquette added inline comments.
================
Comment at: llvm/include/llvm/Remarks/RemarkStringTable.h:46
+ /// It returns an unique ID of the string. If the string is not in the table,
+ /// the behavior is undefined.
+ unsigned get(StringRef Str) const;
----------------
Why undefined?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60227/new/
https://reviews.llvm.org/D60227
More information about the llvm-commits
mailing list