summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/stmtexpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-0/+76
* Sema: disable implicit conversion from _Complex to real types in C++.Tim Northover2017-08-081-1/+1
* Don't try to spill static allocas when emitting expr cleanups with branchesReid Kleckner2017-05-311-1/+29
* Relax stmtexpr.cpp checks for PPC64Reid Kleckner2017-03-061-5/+5
* Don't assume cleanup emission preserves dominance in expr evaluationReid Kleckner2017-03-061-0/+82
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman2013-06-101-0/+7
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman2011-06-141-5/+5
* patch to do array-to-pointer conversion in aFariborz Jahanian2010-10-271-0/+10
* Patch for mis-compile of statement expressions withFariborz Jahanian2010-10-251-0/+65