summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/conflict/file3.yaml
blob: 88543e0a20b6b71580113e56bd084b3706366605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
MainSourceFile: source1.cpp
Diagnostics:
  - DiagnosticName:  test-conflict
    Message: Fix
    FilePath: $(path)/common.h
    FileOffset: 169
    Replacements:
      - FilePath:        $(path)/common.h
        Offset:          169
        Length:          0
        ReplacementText: "(int*)"
...