xref: /llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/ignore-conflict/file1.yaml (revision 3f3a235aa2e610b5ba393228a666d55a8135ef4a)
1---
2MainSourceFile:     ignore-conflict.cpp
3Diagnostics:
4  - DiagnosticName: test-ignore-conflict-insertion
5    DiagnosticMessage:
6      Message: Fix
7      FilePath: $(path)/ignore-conflict.cpp
8      FileOffset: 0
9      Replacements:
10        - FilePath:        $(path)/ignore-conflict.cpp
11          Offset:          0
12          Length:          0
13          ReplacementText: "#include <a.h>\n"
14  - DiagnosticName: test-ignore-conflict-insertion
15    DiagnosticMessage:
16      Message: Fix
17      FilePath: $(path)/ignore-conflict.cpp
18      FileOffset: 0
19      Replacements:
20        - FilePath:        $(path)/ignore-conflict.cpp
21          Offset:          0
22          Length:          0
23          ReplacementText: "#include <b.h>\n"
24...
25