[PATCH] D133800: [Clang 15.0.1] Downgrade implicit int and implicit function declaration to warning only

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 02:34:47 PDT 2022


mgorny requested changes to this revision.
mgorny added a comment.
This revision now requires changes to proceed.

I'm seeing test failures with this patch applied:

  Failed Tests (3):
    Clang :: CodeGen/PowerPC/builtins-ppc-p8vector.c
    Clang :: CodeGen/builtins-arm-msvc-compat-only.c
    Clang :: CodeGen/neon-crypto.c

Overall, they all look like they were relying on the `-Werror=...` behavior.

Test failure details: F24546597: tests.txt <https://reviews.llvm.org/F24546597>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133800



More information about the cfe-commits mailing list