Also makes -fcoroutines_ts to be both a Driver and CC1 flag.
Patch mostly by EricWF.
Paths
| Differential D25130
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts ClosedPublic Authored by GorNishanov on Sep 30 2016, 2:31 PM.
Details Summary Also makes -fcoroutines_ts to be both a Driver and CC1 flag. Patch mostly by EricWF.
Diff Detail
Event TimelineGorNishanov retitled this revision from to [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts. GorNishanov updated this object. rsmith edited edge metadata. Comment ActionsOne question, but otherwise this looks fine.
This revision is now accepted and ready to land.Oct 1 2016, 4:15 PM GorNishanov added inline comments.
GorNishanov edited edge metadata. GorNishanov marked an inline comment as done. Comment Actionsrename .m and .mm to .c and .cpp Closed by commit rL283064: [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts (authored by GorNishanov). · Explain WhyOct 1 2016, 8:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 73208 cfe/trunk/include/clang/Basic/LangOptions.def
cfe/trunk/include/clang/Driver/CC1Options.td
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Basic/IdentifierTable.cpp
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/lib/Frontend/InitPreprocessor.cpp
cfe/trunk/lib/Sema/SemaDecl.cpp
cfe/trunk/test/CodeGenCoroutines/microsoft-abi-operator-coawait.cpp
cfe/trunk/test/Driver/coroutines.c
cfe/trunk/test/Driver/coroutines.cpp
cfe/trunk/test/Lexer/coroutines.cpp
cfe/trunk/test/Lexer/cxx-features.cpp
cfe/trunk/test/Parser/cxx1z-coroutines.cpp
cfe/trunk/test/SemaCXX/coroutines.cpp
|