summaryrefslogtreecommitdiffstats
path: root/test/clang-apply-replacements/Inputs/format/no.yaml
blob: 48aafd9d2d070792fe92186e24b35ccac1336ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
MainSourceFile:  no.cpp
Diagnostics:
  - DiagnosticName:  test-no
    DiagnosticMessage:
      Message: Fix
      FilePath: $(path)/no.cpp
      FileOffset: 94
      Replacements:
        - FilePath:        $(path)/no.cpp
          Offset:          94
          Length:          3
          ReplacementText: 'auto '
...