summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/crlf/file1.yaml
blob: 06b058e3813d6286417b7c4c535dad880b58f1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
MainSourceFile:      source1.cpp
Diagnostics:
  - DiagnosticName:  test-crlf
    Message: Fix
    FilePath: $(path)/crlf.cpp
    FileOffset: 79
    Replacements:
      - FilePath:        $(path)/crlf.cpp
        Offset:          79
        Length:          1
        ReplacementText: nullptr
...