summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
AgeCommit message (Expand)Author
2018-04-05Disable -fmerge-all-constants as default.Manoj Gupta
2015-04-09[CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer
2015-04-09[CodeGen] When promoting a reference temporary to a global use the inner type...Benjamin Kramer
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie
2012-05-14Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith
2011-11-27Reference initialization with initializer lists.Sebastian Redl