summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCoroutines/coro-ret-void.cpp
AgeCommit message (Expand)Author
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-05-16[clang][NFC] Cleanup some coroutine testsNathan Sidwell
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-09[NFC] Fix lit test failures for clang/CodegenCoroutineshyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06Fix lit test failures in CodeGenCoroutineshyeongyu 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-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu
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
2021-09-03Revert "[Coroutines] [Clang] Look up coroutine component in std namespace first"Louis Dionne
2021-09-03[Coroutines] [Clang] Look up coroutine component in std namespace firstChuanqi Xu
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-06-22[Coroutines] Ensure co_await promise.final_suspend() does not throwXun Li
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-07-31[coroutines] Evaluate the operand of void `co_return` expressions.Eric Fiselier
2017-05-24[coroutines] [NFC] Add tests for return_void, unhandled_exception and promise...Gor Nishanov