This revision was automatically updated to reflect the committed changes.
Closed by commit rGd789ea713372: [Diagnostics] Don't drop a statically set
NoWarningAsError flag during option… (authored by wolfgangp).
Herald added a project: clang.
Changed prior to commit:
https://reviews.llvm.org/D10
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: clang/test/Lexer/pragma-message.c:14
#define STRING(x) STRING2(x)
-#pragma message(":O I'm a message! " STRING(__LINE__)) // expected-warning
{{:O
wolfgangp added a comment.
ping ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109981/new/
https://reviews.llvm.org/D109981
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
wolfgangp added a comment.
ping ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109981/new/
https://reviews.llvm.org/D109981
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
wolfgangp added a comment.
ping ...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109981/new/
https://reviews.llvm.org/D109981
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
wolfgangp created this revision.
wolfgangp added a reviewer: dexonsmith.
wolfgangp requested review of this revision.
Fixes PR 51837.
When a -W option is given on the command line, and the corresponding
diangostic has the NoWarnOnError flag set, the flag is dropped when the
severity is reevalua