summaryrefslogtreecommitdiff
path: root/libcxx/include/__coroutine/coroutine_traits.h
AgeCommit message (Expand)Author
2025-07-04[libc++][NFC] Fixed some wrongly spelled `_LIBCPP_STD_VER` in comments (#147008)Hristo Hristov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser
2022-10-12[libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINESLouis Dionne
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-16[libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu