llvm-project/clang/test/Frontend/Inputs
Aaron Ballman 7de7161304 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 sixth batch of tests being updated (there are a significant
number of other tests left to be updated).
2022-02-09 17:16:10 -05:00
..
NextIncludes
SystemHeaderPrefix Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
TestFramework.framework/Headers
resource_dir_with_sanitizer_ignorelist/share [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
sysroot_x86_64_cross_linux_tree
absolute-paths.h Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
empty.h
line-directive.h Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
optimization-remark-with-hotness-sample.proftext
optimization-remark-with-hotness.proftext
profile-sample-use-loc-tracking.prof
remarks-hotness.prof
rewrite-includes-bom.h
rewrite-includes-messages.h Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
rewrite-includes1.h
rewrite-includes2.h
rewrite-includes3.h
rewrite-includes4.h
rewrite-includes5.h
rewrite-includes6.h
rewrite-includes7.h
rewrite-includes8.h
rewrite-includes9.h
test.h
test2.h
test3.h