llvm-project/clang/test/Sema/Inputs
Aaron Ballman 1c2558021c 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 final batch of tests being updated to add prototypes,
hopefully.
2022-02-24 15:30:13 -05:00
..
AppleTVOS15.0.sdk [Clang][Sema] Use VersionMap from SDKSettings for remapping tvOS and watchOS availability 2022-01-12 17:40:18 +00:00
MacOSX11.0.sdk [clang][darwin] add support for remapping macOS availability to Mac Catalyst availability 2021-07-21 11:32:25 -07:00
WatchOS7.0.sdk [Clang][Sema] Use VersionMap from SDKSettings for remapping tvOS and watchOS availability 2022-01-12 17:40:18 +00:00
conversion.h
diagnose-if-warn-system-header.h Use functions with prototypes when appropriate; NFC 2022-02-24 15:30:13 -05:00
format-unused-system-args.h
ms-keyword-system-header.h
pointer-subtraction.h
pragma-align-no-header-change-warning.h
pragma-align-pack1.h
pragma-arc-cf-code-audited.h
pragma-pack1.h
pragma-pack2.h
reserved-identifier.h Fix -Wreserved-identifier in presence of system macro 2022-01-31 11:16:28 +01:00
unused-expr-system-header.h
warn-unreachable.h Use functions with prototypes when appropriate; NFC 2022-02-07 09:25:01 -05:00