diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-03-31 13:43:53 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-03-31 13:45:39 -0400 |
commit | 0e890904ea342aba088ed2a55b537ffdb0562234 (patch) | |
tree | e2e561dece97c81ccb3a2d9744c86e9414d639d3 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 46774df307159444d65083c2fd82f8574f0ab1d9 (diff) | |
download | llvm-0e890904ea342aba088ed2a55b537ffdb0562234.zip llvm-0e890904ea342aba088ed2a55b537ffdb0562234.tar.gz llvm-0e890904ea342aba088ed2a55b537ffdb0562234.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);
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions