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