]> granicus.if.org Git - clang/commitdiff
Fix typo in comment -fmath-errno=0 -> -fno-math-errno
authorSam Clegg <sbc@chromium.org>
Thu, 5 Apr 2018 17:44:08 +0000 (17:44 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 5 Apr 2018 17:44:08 +0000 (17:44 +0000)
The former is not a valid clang argument

Differential Revision: https://reviews.llvm.org/D45102

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329323 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index b5a1cbc9c710783634fbada0f2e13f045da85277..a064a13cee3baa9a67e7eb96c0241e2628233163 100644 (file)
@@ -89,7 +89,7 @@
 //  S:N: -> similar to the s:N: attribute, but the function is like vscanf
 //          in that it accepts its arguments as a va_list rather than
 //          through an ellipsis
-//  e -> const, but only when -fmath-errno=0
+//  e -> const, but only when -fno-math-errno
 //  j -> returns_twice (like setjmp)
 //  u -> arguments are not evaluated for their side-effects
 //  FIXME: gcc has nonnull