llvm-project/clang/test/CodeGen/Inputs
Aaron Ballman 1c2558021c Use functions with prototypes when appropriate; NFC
A significant number of our tests in C accidentally use functions
without prototypes. This patch converts the function signatures to have
a prototype for the situations where the test is not specific to K&R C
declarations. e.g.,

  void func();

becomes

  void func(void);

This is the final batch of tests being updated to add prototypes,
hopefully.
2022-02-24 15:30:13 -05:00
..
basic-block-sections.funcnames
code-coverage-filter1.h Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
code-coverage-filter2.h Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-embed-source.c Use functions with prototypes when appropriate; NFC 2022-02-15 09:28:02 -05:00
debug-info-file-checksum-line.cpp Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
debug-info-file-checksum-pre.cpp Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
debug-info-file-checksum.c
debug-info-macro.h
linker-diagnostic1.ll
opt-record.proftext
pgo-sample-thinlto-summary.prof
pgo-sample.prof
pgotestclang.profraw
pgotestir.profraw
pgotestir.proftext
pgotestir_cs.proftext
sanitizer-ignorelist-vfsoverlay.yaml
sanitizer-special-case-list.sanitized.txt
sanitizer-special-case-list.unsanitized1.txt
sanitizer-special-case-list.unsanitized2.txt
sanitizer-special-case-list.unsanitized3.txt
sanitizer-special-case-list.unsanitized4.txt
start-lib1.ll
start-lib2.ll
stdio.h
thinlto-distributed-backend-skip.bc
thinlto-multi-module.ll
thinlto_backend.ll
thinlto_backend_local_name_conflict1.ll
thinlto_backend_local_name_conflict2.ll
thinlto_expect1.proftext
thinlto_expect2.proftext