summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/conflict/file2.yaml
blob: 32b35acfc27881c08127953cf0cd656894226dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
MainSourceFile: source2.cpp
Diagnostics:
  - DiagnosticName:  test-conflict
    Message: Fix
    FilePath: $(path)/common.h
    FileOffset: 106
    Replacements:
      - FilePath:        $(path)/common.h
        Offset:          106
        Length:          26
        ReplacementText: 'int & elem : ints'
      - FilePath:        $(path)/common.h
        Offset:          140
        Length:          7
        ReplacementText: elem
      - FilePath:        $(path)/common.h
        Offset:          169
        Length:          1
        ReplacementText: nullptr
...