summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/basic/file2.yaml
blob: 8f6f65ad45765becdc69b0579eba10b75cd36252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
MainSourceFile:     source2.cpp
Diagnostics:
  - DiagnosticName: test-basic
    Message: Fix
    FilePath: $(path)/basic.h
    FileOffset: 148
    Replacements:
      - FilePath:        $(path)/../basic/basic.h
        Offset:          298
        Length:          1
        ReplacementText: elem
...