[PATCH] D122983: [C11/C2x] Change the behavior of the implicit function declaration warning

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 30 12:55:57 PDT 2022


rjmccall added a comment.

IIRC, the reason it works it that way is that "warnings which default to an error" are really "errors which you can explicitly downgrade to a warning".  Maybe those ought to be different categories, or maybe we ought to just be telling people to downgrade this specific diagnostic instead of generally using `-Wno-error`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122983/new/

https://reviews.llvm.org/D122983



More information about the cfe-commits mailing list