From 5e9059ceb1860071f55f7bbc6cb2f1aeb8ad75ae Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 5 Apr 2018 17:44:08 +0000 Subject: [PATCH] Fix typo in comment -fmath-errno=0 -> -fno-math-errno The former is not a valid clang argument Differential Revision: https://reviews.llvm.org/D45102 llvm-svn: 329323 --- clang/include/clang/Basic/Builtins.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/Builtins.def b/clang/include/clang/Basic/Builtins.def index b5a1cbc..a064a13 100644 --- a/clang/include/clang/Basic/Builtins.def +++ b/clang/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 -- 2.7.4