diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-02-04 15:19:56 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-02-04 15:20:36 -0500 |
commit | 8c5edb59cf487373e545ccb87ffcd24cb7d0d0ec (patch) | |
tree | 0933d4068e30bdfd333b956c593ace96d9b5f3d9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | eeb29c8477d96ad821b3283dad8ed060a3426118 (diff) | |
download | llvm-8c5edb59cf487373e545ccb87ffcd24cb7d0d0ec.zip llvm-8c5edb59cf487373e545ccb87ffcd24cb7d0d0ec.tar.gz llvm-8c5edb59cf487373e545ccb87ffcd24cb7d0d0ec.tar.bz2 |
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 second batch of tests being updated (there are a significant
number of other tests left to be updated).
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions