[PATCH] D45102: Fix typo in comment -fmath-errno=0 -> -fno-math-errno

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 10:47:11 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329323: Fix typo in comment -fmath-errno=0 -> -fno-math-errno (authored by sbc, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D45102

Files:
  cfe/trunk/include/clang/Basic/Builtins.def


Index: cfe/trunk/include/clang/Basic/Builtins.def
===================================================================
--- cfe/trunk/include/clang/Basic/Builtins.def
+++ cfe/trunk/include/clang/Basic/Builtins.def
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45102.141181.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180405/c0c6250b/attachment-0001.bin>


More information about the cfe-commits mailing list