[PATCH] D11272: Add a TrailingObjects template class.

Sean Silva chisophugis at gmail.com
Thu Jul 16 14:15:12 PDT 2015


silvas added a subscriber: silvas.

================
Comment at: include/llvm/Support/TrailingObjects.h:16
@@ +15,3 @@
+// The template abstracts away the reinterpret_cast, pointer
+// arithemtic, and size calculations used for the allocation and
+// access of appended arrays of objects, as well as asserts that the
----------------
typo: arithemtic


http://reviews.llvm.org/D11272







More information about the cfe-commits mailing list