llvm-project/clang/test/Analysis/diagnostics
Aaron Ballman 0dd49a5628 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).
2022-02-12 07:25:06 -05:00
..
Inputs Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
deref-track-symbolic-region.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
deref-track-symbolic-region.cpp
dtors.cpp
explicit-suppression.cpp [analyzer] Add std::string checker 2021-10-25 11:15:40 +02:00
false-positive-suppression.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
find_last_store.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
implicit-cxx-std-suppression.cpp
initializer.cpp
invalid-srcloc-fix.cpp
macro-null-return-suppression.cpp Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
macros.cpp
macros.m
no-prune-paths.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
no-store-func-path-notes.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
no-store-func-path-notes.cpp
no-store-func-path-notes.m Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
plist-diagnostics-include-check.cpp
plist-multi-file.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
plist-multi-file.h
report-issues-within-main-file.cpp
sarif-diagnostics-taint-test.c
sarif-multi-diagnostic-test.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
shortest-path-suppression.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
text-diagnostics.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
track_subexpressions.cpp
undef-value-callee.h Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
undef-value-caller.c
undef-value-param.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
undef-value-param.m