bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/vfsoverlay/vfsoverlay.yaml
2025-02-14 19:21:04 +01:00

12 lines
234 B
YAML

{
'version': 0,
'roots': [
{ 'name': 'OUT_DIR', 'type': 'directory',
'contents': [
{ 'name': 'not_real.h', 'type': 'file',
'external-contents': 'INPUT_DIR/actual_header.h'
}
]
}
]
}