llvm-project/clang/test/VFS
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 [VFS] Add a "redirecting-with" field to overlays 2022-02-03 13:10:23 -08:00
broken-vfs-module-dep.c [clang] Don't crash when loading invalid VFS for the module dep collector 2021-04-26 17:05:22 -07:00
directory.c
external-names.c
fallback.c [VFS] Add a "redirecting-with" field to overlays 2022-02-03 13:10:23 -08:00
framework-import.m Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
implicit-include.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
include-mixed-real-and-virtual.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
include-real-from-virtual.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
include-virtual-from-real.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
include.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
incomplete-umbrella.m
module-header-mismatches.m [Modules] Do not remove failed modules after the control block phase 2021-08-17 16:46:51 -07:00
module-import.m Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
module_missing_vfs.m
parse-errors.c [VFS] Add a "redirecting-with" field to overlays 2022-02-03 13:10:23 -08:00
real-path-found-first.m
relative-path-errors.c reland: [VFS] Use original path when falling back to external FS 2021-11-13 12:14:34 -08:00
relative-path.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00
subframework-symlink.m
test_nonmodular.c
umbrella-framework-import-skipnonexist.m
vfsoverlay-relative-root.c [clang] support relative roots to vfs overlays 2022-01-19 10:13:06 -08:00
vfsroot-include.c
vfsroot-module.m
vfsroot-with-overlay.c Use functions with prototypes when appropriate; NFC 2022-02-12 07:25:06 -05:00