summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/stmtexpr.cpp
AgeCommit message (Expand)Author
2017-08-08Sema: disable implicit conversion from _Complex to real types in C++.Tim Northover
2017-05-31Don't try to spill static allocas when emitting expr cleanups with branchesReid Kleckner
2017-03-06Relax stmtexpr.cpp checks for PPC64Reid Kleckner
2017-03-06Don't assume cleanup emission preserves dominance in expr evaluationReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-06-10Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman
2010-10-27patch to do array-to-pointer conversion in aFariborz Jahanian
2010-10-25Patch for mis-compile of statement expressions withFariborz Jahanian