summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/const-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-0/+7
* CodeGen: Correctly initialize bitfields with non-constant initializersDavid Majnemer2015-03-141-1/+8
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Allow constant-folding of references which were formed in a manner not permittedRichard Smith2012-01-121-0/+7
* Fix test on Release builds.Eli Friedman2012-01-041-1/+1
* Add an APValue representation for the difference between two address-of-label...Eli Friedman2012-01-041-0/+13
* Fix wrong-code bug when a const automatic variable of struct type has both aRichard Smith2011-12-021-0/+11
* Represent an APValue based on a Decl as that Decl, rather than a DeclRefExprRichard Smith2011-11-121-1/+6
* Don't try to emit CK_LValueBitCast casts as constants. PR9558.Eli Friedman2011-10-241-0/+4
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-2/+2
* Secure this test against slightly different number formatters.John McCall2010-10-091-2/+2
* Permit constant evaluation of const floating-point variables withJohn McCall2010-10-091-0/+12
* Emit global references with constant initializers as constants. Fixes PR5585.John McCall2010-02-081-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Support emitting aggregate class initializers. Fixes PR5581.Anders Carlsson2009-11-211-1/+16
* Add support for generating reference initialization code.Anders Carlsson2009-04-111-0/+11