repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
Inputs
/
sanitizer-ignorelist-vfsoverlay.yaml
blob
7fb4069034351f054286c0fac1ccf713b45da5c3
1
{
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
]
15
}