[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / ClangScanDeps / Inputs / headerwithdirnamefollowedbyinclude.json
blob1886328a9c3e94b9ddc88273c092b01b31f038a1
2     {
3       "directory": "DIR",
4       "command": "clang -c -IDIR -IInputs DIR/headerwithdirname_input.cpp",
5       "file": "DIR/headerwithdirname_input.cpp"
6     },
7     {
8       "directory": "DIR",
9       "command": "clang-cl /c /IDIR /IInputs -- DIR/headerwithdirname_input_clangcl.cpp",
10       "file": "DIR/headerwithdirname_input_clangcl.cpp"
11     }