[PATCH] D27686: Add llvm::StringLiteral

Yaron Keren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 15:39:15 PST 2016


yaron.keren added inline comments.


================
Comment at: include/llvm/ADT/StringRef.h:839
 
+  /// StringLiteral - A wrapper around a StringLiteral that serves as a proxy
+  /// for constructing global tables of StringRefs with the length computed
----------------
wrapper around StringRef


https://reviews.llvm.org/D27686





More information about the llvm-commits mailing list