[cfe-commits] r150684 - in /cfe/trunk: include/clang/AST/ExprCXX.h include/clang/Sema/Sema.h lib/AST/Expr.cpp lib/AST/ExprCXX.cpp lib/AST/ItaniumMangle.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtProfile.cpp lib/CodeGen/CGExprCXX.cpp lib/Parse/ParseExprCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/TreeTransform.h lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp lib/StaticAnalyzer/Core/ExprEngineCXX.cpp test/Analysis/new.cpp tools/libclang/CIndex.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Thu Feb 16 03:45:38 PST 2012


On 16.02.2012, at 12:35, Sebastian Redl wrote:

> Author: cornedbee
> Date: Thu Feb 16 05:35:52 2012
> New Revision: 150684
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=150684&view=rev
> Log:
> Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself."
> It leads to a compiler crash in the Bullet benchmark.
> 
> This reverts commit r12014.
Make that commit r150682. 12014 is a related bug number.

Sebastian



More information about the cfe-commits mailing list