]> granicus.if.org Git - clang/commitdiff
Fix a bug from when this was a pointer instead of vector.
authorChris Lattner <sabre@nondot.org>
Mon, 5 May 2008 07:03:40 +0000 (07:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 May 2008 07:03:40 +0000 (07:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50639 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 824fd4d6c84466bcb6a58927e18cddc2b380f6b3..85e6eeb7137834ce4d4b2e743e2a133938631d2b 100644 (file)
@@ -1335,8 +1335,7 @@ public:
 
 private:
   // Used by serializer.
-  InitListExpr() : Expr(InitListExprClass, QualType()), 
-                   InitExprs(NULL) {}
+  InitListExpr() : Expr(InitListExprClass, QualType()) {}
 };
 
 /// ObjCStringLiteral, used for Objective-C string literals