[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / dependency-dump.m
blobf3a487544b8e9e2f984a34647171184b7fe3d505
1 // Check that we can dump all of the headers a module depends on, and a VFS map
2 // for the same.
4 // RUN: rm -rf %t
5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s
6 // expected-no-diagnostics
8 // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml
9 // VFS: 'name': "SubFramework.h"
10 // VFS: 'name': "Treasure.h"
11 // VFS: 'name': "Module.h"
12 // VFS: 'name': "Sub.h"
13 // VFS: 'name': "Sub2.h"
15 @import Module;