[PATCH] D24778: Add `StringRef::consumeInteger`

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 15:18:12 PDT 2016


zturner added inline comments.

================
Comment at: include/llvm/ADT/StringRef.h:75
@@ -70,1 +74,3 @@
 
+    StringRef(std::nullptr_t) = delete;
+
----------------
Sorry, this is unrelated to this CL.  I was going to submit this separately without review.


https://reviews.llvm.org/D24778





More information about the llvm-commits mailing list