diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2022-02-07 09:24:09 -0500 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2022-02-07 09:25:01 -0500 |
| commit | 22db4824b9e03fe8c2e9217d6832b71ac23c175f (patch) | |
| tree | 629cb3f4d9d2d50659f1d4bbe617ccabcddf5ef8 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | a70549ae43dfa551f3eacdfa7a7f2c0df073be8e (diff) | |
| download | llvm-22db4824b9e03fe8c2e9217d6832b71ac23c175f.zip llvm-22db4824b9e03fe8c2e9217d6832b71ac23c175f.tar.gz llvm-22db4824b9e03fe8c2e9217d6832b71ac23c175f.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 third batch of tests being updated (there are a significant
number of other tests left to be updated).
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
