summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-apply-replacements/Inputs/format/yes.yaml
blob: e87f067b5ad6a2c131b0ef18f7170ce557c577f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These replacements are out of order on purpose to test that they get sorted
# so that formatting happens correctly.
---
MainSourceFile:  yes.cpp
Replacements:    
  - FilePath:        $(path)/yes.cpp
    Offset:          494
    Length:          1
    ReplacementText: nullptr
  - FilePath:        $(path)/yes.cpp
    Offset:          410
    Length:          1
    ReplacementText: nullptr
  - FilePath:        $(path)/yes.cpp
    Offset:          454
    Length:          1
    ReplacementText: nullptr
  - FilePath:        $(path)/yes.cpp
    Offset:          108
    Length:          38
    ReplacementText: 'auto '
...
OpenPOWER on IntegriCloud