[all-commits] [llvm/llvm-project] f90074: [C++] [Coroutines] Deprecates the '-fcoroutines-ts...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue Jan 17 18:27:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f900742746734953e8823319d5c8c40d857c10ea
      https://github.com/llvm/llvm-project/commit/f900742746734953e8823319d5c8c40d857c10ea
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/coroutines.cpp
    M libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
    M libcxx/test/libcxx/clang_tidy.sh.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/modules_include.sh.cpp
    M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/utils/generate_header_tests.py

  Log Message:
  -----------
  [C++] [Coroutines] Deprecates the '-fcoroutines-ts' flag

According to https://github.com/llvm/llvm-project/issues/59110, the
`-fcoroutines-ts` flag should be deprecated.

Reviewed By: aaron.ballman, philnik

Differential Revision: https://reviews.llvm.org/D141572




More information about the All-commits mailing list