summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/const-init-cxx1y.cpp
AgeCommit message (Expand)Author
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer
2014-05-06AST: Update reference temporary manglingDavid Majnemer
2014-05-01AST: Mangle reference temporaries reliablyDavid Majnemer
2014-04-29AST: Fix visibility calculation for VarTemplateSpecializationDeclDavid Majnemer
2014-04-28CodeGen: Fix linkage of reference temporariesDavid Majnemer
2013-12-14Remove 'not' from some CodeGen testsAlp Toker
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-14Emit initializers for static-storage-duration temporaries as constants whereRichard Smith
2013-06-05Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith
2013-05-09Implement C++1y constant initializer rules: in a constant initializer for anRichard Smith