summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/return.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a buildbot failure introduced by r290960.Alex Lorenz2017-01-041-3/+1
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-4/+97
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-2/+2
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* At -O0, emit an @llvm.trap() call at the end of a value-returning function whichRichard Smith2012-10-151-3/+9
* If we flow off the end of a value-returning function:Richard Smith2012-10-041-0/+6