[PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 06:42:04 PDT 2016
aaron.ballman added inline comments.
================
Comment at: include/llvm/Support/TrailingObjects.h:353
@@ +352,3 @@
+ ///
+ /// \code{.cpp}
+ ///
----------------
That's novel (we use it in two other places from what I can tell).
================
Comment at: include/llvm/Support/TrailingObjects.h:378
@@ +377,3 @@
+
+ BaseTy *get() { return p; }
+
----------------
Should we have a const overload for this?
http://reviews.llvm.org/D19770
More information about the llvm-commits
mailing list