From 639dead9d60d8eb9cc9131a8ed6147caae1d44ae Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 14 Jul 2009 18:29:14 +0000 Subject: [PATCH] Moved a FIXME to where it was meant to be. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75651 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/DeclCXX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/DeclCXX.cpp b/lib/AST/DeclCXX.cpp index 607c4aaa4e..70c7a1bd50 100644 --- a/lib/AST/DeclCXX.cpp +++ b/lib/AST/DeclCXX.cpp @@ -484,8 +484,8 @@ CXXConstructorDecl::setBaseOrMemberInitializers( unsigned NumInitializers) { // We need to build the initializer AST according to order of construction // and not what user specified in the Initializers list. - // FIXME. We probably don't need this. But it is cleaner. CXXRecordDecl *ClassDecl = cast(getDeclContext()); + // FIXME. We probably don't need to use AllToInit. But it is cleaner. llvm::SmallVector AllToInit; // Push virtual bases before others. for (CXXRecordDecl::base_class_iterator VBase = -- 2.50.1