[PATCH] D25130: [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts

Gor Nishanov via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 14:31:13 PDT 2016


GorNishanov created this revision.
GorNishanov added reviewers: rsmith, rnk, EricWF, cfe-commits.
Herald added a subscriber: mehdi_amini.

Also makes -fcoroutines_ts to be both a Driver and CC1 flag.

Patch mostly by EricWF.


https://reviews.llvm.org/D25130

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Driver/CC1Options.td
  include/clang/Driver/Options.td
  lib/Basic/IdentifierTable.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Frontend/InitPreprocessor.cpp
  lib/Sema/SemaDecl.cpp
  test/CodeGenCoroutines/microsoft-abi-operator-coawait.cpp
  test/Driver/coroutines.m
  test/Driver/coroutines.mm
  test/Lexer/coroutines.cpp
  test/Lexer/cxx-features.cpp
  test/Parser/cxx1z-coroutines.cpp
  test/SemaCXX/coroutines.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25130.73141.patch
Type: text/x-patch
Size: 8800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160930/c1bcc044/attachment-0001.bin>


More information about the cfe-commits mailing list