[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / Inputs / sanitizer-ignorelist-vfsoverlay.yaml
blob7fb4069034351f054286c0fac1ccf713b45da5c3
2   'version': 0,
3   'roots': [
4     { 'name': '@DIR@', 'type': 'directory',
5       'contents': [
6         { 'name': 'only-virtual-file.ignorelist', 'type': 'file',
7           'external-contents': '@REAL_FILE@'
8         },
9         { 'name': 'invalid-virtual-file.ignorelist', 'type': 'file',
10           'external-contents': '@NONEXISTENT_FILE@'
11         }
12       ]
13     }
14   ]