[clang][bytecode] Destroy local variables in reverse order (#125727)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / relative-paths / file1.yaml
blob7219ae8ab00e97f69ebfb98893796ee48ef6490c
1 ---
2 MainSourceFile:     source1.cpp
3 Diagnostics:
4   - BuildDirectory: $(path)/subdir/
5     DiagnosticName: test-relative-path
6     DiagnosticMessage:
7       Message: Fix
8       FilePath: ../relative-path.h
9       FileOffset: 242
10       Replacements:
11         - FilePath:        ../basic.h
12           Offset:          242
13           Length:          26
14           ReplacementText: 'auto & elem : ints'
15         - FilePath:        $(path)/basic.h
16           Offset:          276
17           Length:          22
18           ReplacementText: ''
19         - FilePath:        ../basic.h
20           Offset:          298
21           Length:          1
22           ReplacementText: elem
23         - FilePath:        ../../relative-paths/basic.h
24           Offset:          148
25           Length:          0
26           ReplacementText: 'override '
27 ...