summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/stmtexpr.cpp
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2019-02-15PR40642: Fix determination of whether the final statement of a statementRichard Smith
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