summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/const-init.cpp
AgeCommit message (Expand)Author
2016-04-14Lit C++11 Compatibility Patch #8Charles Li
2015-03-14CodeGen: Correctly initialize bitfields with non-constant initializersDavid Majnemer
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2012-01-12Allow constant-folding of references which were formed in a manner not permittedRichard Smith
2012-01-04Fix test on Release builds.Eli Friedman
2012-01-04Add an APValue representation for the difference between two address-of-label...Eli Friedman
2011-12-02Fix wrong-code bug when a const automatic variable of struct type has both aRichard Smith
2011-11-12Represent an APValue based on a Decl as that Decl, rather than a DeclRefExprRichard Smith
2011-10-24Don't try to emit CK_LValueBitCast casts as constants. PR9558.Eli Friedman
2011-06-20Update to match mainline ConstantStruct::get API change. Also, useChris Lattner
2010-10-09Secure this test against slightly different number formatters.John McCall
2010-10-09Permit constant evaluation of const floating-point variables withJohn McCall
2010-02-08Emit global references with constant initializers as constants. Fixes PR5585.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-21Support emitting aggregate class initializers. Fixes PR5581.Anders Carlsson
2009-04-11Add support for generating reference initialization code.Anders Carlsson