|
@@ -133,7 +133,7 @@ LANGOPT(Freestanding, 1, 0, "freestanding implementation")
|
|
LANGOPT(NoBuiltin , 1, 0, "disable builtin functions")
|
|
LANGOPT(NoBuiltin , 1, 0, "disable builtin functions")
|
|
LANGOPT(NoMathBuiltin , 1, 0, "disable math builtin functions")
|
|
LANGOPT(NoMathBuiltin , 1, 0, "disable math builtin functions")
|
|
LANGOPT(GNUAsm , 1, 1, "GNU-style inline assembly")
|
|
LANGOPT(GNUAsm , 1, 1, "GNU-style inline assembly")
|
|
-LANGOPT(Coroutines , 1, 0, "C++ coroutines")
|
|
|
|
|
|
+LANGOPT(CoroutinesTS , 1, 0, "C++ coroutines TS")
|
|
|
|
|
|
BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
|
|
BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
|
|
LANGOPT(POSIXThreads , 1, 0, "POSIX thread support")
|
|
LANGOPT(POSIXThreads , 1, 0, "POSIX thread support")
|