llvm-project/clang/test/Coverage
Aaron Ballman 2ceee2f884 Add -Wno-strict-prototypes to C tests; NFC
This patch adds -Wno-strict-prototypes to all of the test cases that
use functions without prototypes, but not as the primary concern of the
test. e.g., attributes testing whether they can/cannot be applied to a
function without a prototype, etc.

This is done in preparation for enabling -Wstrict-prototypes by
default.
2022-02-24 15:30:30 -05:00
..
ast-print-func.cpp
ast-print-temp-class.cpp
ast-print-temp-func.cpp
ast-printing.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
ast-printing.cpp
ast-printing.m
c-language-features.inc
codegen-gnu.m
codegen-next.m
codegen.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
cxx-language-features.inc
html-diagnostics.c
html-multifile-diagnostics.c Use functions with prototypes when appropriate; NFC 2022-02-09 09:11:49 -05:00
html-multifile-diagnostics.h
html-print.c Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
objc-language-features.inc
targets.c
verbose.c