summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/return.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2017-01-04Fix a buildbot failure introduced by r290960.Alex Lorenz
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz
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-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2012-10-15At -O0, emit an @llvm.trap() call at the end of a value-returning function whichRichard Smith
2012-10-04If we flow off the end of a value-returning function:Richard Smith