diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2022-02-13 08:02:46 -0500 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2022-02-13 08:03:40 -0500 |
| commit | 1ea584377e7897f7df5302ed9cd378d17be14fbf (patch) | |
| tree | d335e42d623bb92177d849b7d29f8c1727567e1d /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | |
| parent | d462e647542dc54718a4a4dfa6476b3dd2649a13 (diff) | |
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 ninth batch of tests being updated (there are a
significant number of other tests left to be updated).
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
