[all-commits] [llvm/llvm-project] 6ed67c: [Coroutines] Remove -fcoroutines-ts

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Wed Feb 22 22:44:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ed67ccba7e4699e9e42302f2f9b7653444258ba
      https://github.com/llvm/llvm-project/commit/6ed67ccba7e4699e9e42302f2f9b7653444258ba
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/test/AST/Inputs/std-coroutine-exp-namespace.h
    M clang/test/AST/Inputs/std-coroutine.h
    M clang/test/CodeGen/no-skipped-passes-O0-opt-bisect.c
    M clang/test/CodeGenCoroutines/coro-builtins-err.c
    M clang/test/CodeGenCoroutines/coro-builtins.c
    M clang/test/CodeGenCoroutines/coro-gro2.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CoverageMapping/coroutine.cpp
    M clang/test/Driver/coroutines.c
    M clang/test/Driver/coroutines.cpp
    M clang/test/Index/coroutines.cpp
    M clang/test/Lexer/coroutines.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Modules/requires-coroutines.mm
    M clang/test/PCH/coroutines.cpp
    R clang/test/Parser/cxx1z-coroutines.cpp
    A clang/test/Parser/cxx20-coroutines.cpp
    R clang/test/SemaCXX/Inputs/std-coroutine-exp-namespace.h
    M clang/test/SemaCXX/coroutine-builtins.cpp
    M clang/test/SemaCXX/thread-safety-coro.cpp

  Log Message:
  -----------
  [Coroutines] Remove -fcoroutines-ts

Since we decided to remove the support for `-fcoroutines-ts` in
clang/llvm17 and the clang16/llvm16 is branched. So we're going to
remove the `-fcoroutines-ts` option.




More information about the All-commits mailing list