[PATCH] D16552: Implement the likely resolution of core issue 253.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 09:54:44 PST 2016


thakis added inline comments.

================
Comment at: include/clang/AST/DeclCXX.h:410
@@ +409,3 @@
+    };
+    unsigned AllowConstDefaultInit : 3;
+    AllowConstDefInitKind allowConstDefInitKind() {
----------------
This should be :2 of course.


http://reviews.llvm.org/D16552





More information about the cfe-commits mailing list