llvm-project/clang/test/VFS
Volodymyr Sapsai 381fcaa136 [modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.
Diagnostic for `-Wauto-import` shouldn't be a warning because it doesn't
represent a potential problem in code that should be fixed. And the
emitted fix-it is likely to trigger `-Watimport-in-framework-header`
which makes it challenging to have a warning-free codebase. But it is
still useful to see how include directives are translated into modular
imports and which module a header belongs to, that's why keep it as a remark.

Keep `-Wauto-import` for now to allow a gradual migration for codebases
using `-Wno-auto-import`, e.g., `-Weverything -Wno-auto-import`.

rdar://79594287

Differential Revision: https://reviews.llvm.org/D130138
2022-07-21 17:42:04 -07:00
..
Inputs [VFS] Add a "redirecting-with" field to overlays 2022-02-03 13:10:23 -08:00
broken-vfs-module-dep.c
directory.c
external-names-multi-overlay.c [VFS] RedirectingFileSystem only replace path if not already mapped 2022-04-11 14:52:48 -07:00
external-names.c Reland "[dwarf] Emit a DIGlobalVariable for constant strings." 2022-05-18 13:56:45 -07:00
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 [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
parse-errors.c [VFS] Add a "redirecting-with" field to overlays 2022-02-03 13:10:23 -08:00
real-path-found-first.m [modules] Replace `-Wauto-import` with `-Rmodule-include-translation`. 2022-07-21 17:42:04 -07:00
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