llvm-project/clang/test/CodeGen/WebAssembly
Aaron Ballman 1ea584377e 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 ninth batch of tests being updated (there are a
significant number of other tests left to be updated).
2022-02-13 08:03:40 -05:00
..
wasm-arguments.c A significant number of our tests in C accidentally use functions 2022-02-13 08:03:40 -05:00
wasm-call-main.c
wasm-eh.ll [WebAssembly] Support clang -fwasm-exceptions for bitcode 2021-12-16 16:49:24 -08:00
wasm-export-name.c
wasm-import-module.c
wasm-import-name.c
wasm-main.c
wasm-main_argc_argv.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
wasm-regparm.c
wasm-varargs.c