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 73141 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
|
Is there any reason you're testing Objective-C and Objective-C++ inputs here (.m and .mm) rather than C and C++ inputs?