brintos

brintos / llvm-project-archived public Read only

0
0
Text · 628 B · d733966 Raw
23 lines · yaml
1---2MainSourceFile: source2.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: 'int & elem : ints'14        - FilePath:        $(path)/common.h15          Offset:          14016          Length:          717          ReplacementText: elem18        - FilePath:        $(path)/common.h19          Offset:          16920          Length:          121          ReplacementText: nullptr22...23