brintos

brintos / llvm-project-archived public Read only

0
0
Text · 618 B · 8dccc56 Raw
23 lines · yaml
1---2MainSourceFile: source1.cpp3Diagnostics:4  - DiagnosticName: test-conflict5    DiagnosticMessage:6      Message: Fix7      FilePath: $(path)/common.h8      FileOffset: 1069      Replacements:10        - FilePath:        $(path)/common.h11          Offset:          10612          Length:          2613          ReplacementText: 'auto & i : ints'14        - FilePath:        $(path)/common.h15          Offset:          14016          Length:          717          ReplacementText: i18        - FilePath:        $(path)/common.h19          Offset:          16020          Length:          1221          ReplacementText: ''22...23