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