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
// 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