[PATCH] D122983: [C11/C2x] Change the behavior of the implicit function declaration warning
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 4 14:13:08 PDT 2022
hubert.reinterpretcast added a comment.
In D122983#3426716 <https://reviews.llvm.org/D122983#3426716>, @erichkeane wrote:
> We typically avoid doing -verify in CodeGen (unless the diagnostic is ACTUALLY in CodeGen) as a matter of business.
I hope that `-verify` and `// expected-no-diagnostics` in CodeGen tests is compatible with the above. I believe it is valuable to confirm that the test itself is not written problematically.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122983/new/
https://reviews.llvm.org/D122983
More information about the cfe-commits
mailing list