aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/const-init-cxx11.cpp
AgeCommit message (Expand)Author
2012-10-20DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith
2012-07-07PR13290: Constant-evaluation support for CXXConstructExprs which construct aRichard Smith
2012-07-05PR13273: When performing list-initialization with an empty initializer list,Richard Smith
2012-05-07A union can have a constexpr defaulted default constructor, if it has anRichard Smith
2012-04-15PR12226: don't generate wrong code if a braced string literal is used toRichard Smith
2012-04-08Don't forget to evaluate the subexpression in a null pointer cast. If we'reRichard Smith
2012-03-30ConstStructBuilder: fix offset math for base classes so it works correctly in...Eli Friedman
2012-03-07Don't even try to directly emit the value of a DeclRefExpr if that declarationRichard Smith
2012-03-02Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith
2012-03-02Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable...Daniel Dunbar
2012-03-02Fix buildbot: make this test less dependent on the value names in the produce...Richard Smith
2012-03-02PR12145: Avoid emitting loads of constexpr variables in contexts where thereRichard Smith
2012-02-23PR12067: When emitting an evaluated constant structure in C++11 mode, don'tRichard Smith
2012-02-17When performing IRGen on a global, emit it as a constant if:Richard Smith
2012-02-17Make sure all remaining parts of the constant evaluator are aware that an arrayRichard Smith
2012-02-17PR12012: Fix a regression in r150419 where we would try (and fail) toRichard Smith
2012-02-13Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith
2012-01-27constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith
2012-01-26fix to go along with an llvm change: VMCore now returns an UndefValueChris Lattner
2012-01-14constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith
2012-01-05Address Richard's review comments on r147561 (Evaluate support for address-of...Eli Friedman