diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2022-02-07 15:28:35 -0500 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2022-02-07 15:29:36 -0500 |
| commit | 7deaeb2a056c1756ce6f2550d2ebb91b81b9ff29 (patch) | |
| tree | 0f3a3cea2a97d398dc4038bc30edb7670b860520 /lldb/test/Shell/ScriptInterpreter/Python/Crashlog | |
| parent | 5c9ee3513870cc597d50ba6145d6c2e60cdddb67 (diff) | |
| download | llvm-7deaeb2a056c1756ce6f2550d2ebb91b81b9ff29.zip llvm-7deaeb2a056c1756ce6f2550d2ebb91b81b9ff29.tar.gz llvm-7deaeb2a056c1756ce6f2550d2ebb91b81b9ff29.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 fourth 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/Crashlog')
0 files changed, 0 insertions, 0 deletions
