summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2022-02-12 07:23:43 -0500
committerAaron Ballman <aaron@aaronballman.com>2022-02-12 07:25:06 -0500
commit0dd49a5628bbe01cecf6516017da59ae44863ab3 (patch)
treed5e2772c3170d94f110217d59b1a5ac78c4d2420 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent7ad94bd74bb5e2c984f541bc1921a9eda73ed973 (diff)
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 eighth 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