[PATCH] D26870: Outliner: Add uniquely terminated strings for a suffix tree

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 14:29:45 PST 2016


davide added inline comments.


================
Comment at: include/llvm/ADT/TerminatedString.h:10
+//
+// A TerminatedString is a string which has a unique senteniel character at
+// the end of it. Each TerminatedString consists of Characters of some type.
----------------
You mean "sentinel"?


Repository:
  rL LLVM

https://reviews.llvm.org/D26870





More information about the llvm-commits mailing list