brintos

brintos / llvm-project-archived public Read only

0
0
Text · 863 B · 337004d Raw
29 lines · yaml
1# These replacements are out of order on purpose to test that they get sorted2# so that formatting happens correctly.3---4MainSourceFile:  yes.cpp5Diagnostics:6  - DiagnosticName:  test-yes7    DiagnosticMessage:8      Message: Fix9      FilePath: $(path)/yes.cpp10      FileOffset: 49411      Replacements:12        - FilePath:        $(path)/yes.cpp13          Offset:          49414          Length:          115          ReplacementText: nullptr16        - FilePath:        $(path)/yes.cpp17          Offset:          41018          Length:          119          ReplacementText: nullptr20        - FilePath:        $(path)/yes.cpp21          Offset:          45422          Length:          123          ReplacementText: nullptr24        - FilePath:        $(path)/yes.cpp25          Offset:          10826          Length:          3827          ReplacementText: 'auto '28...29