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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to