diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-02-10 16:04:13 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-02-10 16:06:03 -0500 |
commit | e9e55acd1ba33311e13e690f8db129b3a624dbd0 (patch) | |
tree | ea1b0b18e7bf62e83240e001873f4b9188f14b81 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | bb362d890f0d51c250818711d4a9b0b51cea7bc6 (diff) | |
download | llvm-e9e55acd1ba33311e13e690f8db129b3a624dbd0.zip llvm-e9e55acd1ba33311e13e690f8db129b3a624dbd0.tar.gz llvm-e9e55acd1ba33311e13e690f8db129b3a624dbd0.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 seventh batch of tests being updated (there are a
significant number of other tests left to be updated).
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions