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