]> granicus.if.org Git - clang/commitdiff
[coroutines] Fix description of LangOption for coroutines.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 Oct 2015 04:42:51 +0000 (04:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 22 Oct 2015 04:42:51 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250984 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/LangOptions.def

index 538ae480cf45ff5efa9cd4e415a9d3d4b0abd156..a465f28e8a057d8aab6ae007266b2b87192a4389 100644 (file)
@@ -118,7 +118,7 @@ LANGOPT(Freestanding, 1, 0, "freestanding implementation")
 LANGOPT(NoBuiltin         , 1, 0, "disable builtin functions")
 LANGOPT(NoMathBuiltin     , 1, 0, "disable math builtin functions")
 LANGOPT(GNUAsm            , 1, 1, "GNU-style inline assembly")
-LANGOPT(Coroutines        , 1, 0, "C++ coroutines TS")
+LANGOPT(Coroutines        , 1, 0, "C++ coroutines")
 
 BENIGN_LANGOPT(ThreadsafeStatics , 1, 1, "thread-safe static initializers")
 LANGOPT(POSIXThreads      , 1, 0, "POSIX thread support")