xref: /llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file2.yaml (revision f2879d8a4877eafcdb12c852030746d175f8abbd)
1---
2MainSourceFile: source2.cpp
3Diagnostics:
4  - DiagnosticName:  test-conflict
5    DiagnosticMessage:
6      Message: Fix
7      FilePath: $(path)/common.h
8      FileOffset: 106
9      Replacements:
10        - FilePath:        $(path)/common.h
11          Offset:          106
12          Length:          26
13          ReplacementText: 'int & elem : ints'
14        - FilePath:        $(path)/common.h
15          Offset:          140
16          Length:          7
17          ReplacementText: elem
18        - FilePath:        $(path)/common.h
19          Offset:          169
20          Length:          1
21          ReplacementText: nullptr
22...
23