Patch to build AST for ctor's initializer list according to
semantics of order of construction [class.init].
llvm-svn: 75649
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 4344fde..e01bf23 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1468,6 +1468,7 @@
SourceLocation MemberLoc,
IdentifierInfo &Member,
DeclPtrTy ImplDecl);
+ virtual void ActOnDefaultInitializers(DeclPtrTy ConstructorDecl);
bool ConvertArgumentsForCall(CallExpr *Call, Expr *Fn,
FunctionDecl *FDecl,
const FunctionProtoType *Proto,