22 lines
573 B
YAML
22 lines
573 B
YAML
|
---
|
||
|
MainSourceFile: source2.cpp
|
||
|
Diagnostics:
|
||
|
- DiagnosticName: test-conflict
|
||
|
Message: Fix
|
||
|
FilePath: $(path)/common.h
|
||
|
FileOffset: 106
|
||
|
Replacements:
|
||
|
- FilePath: $(path)/common.h
|
||
|
Offset: 106
|
||
|
Length: 26
|
||
|
ReplacementText: 'int & elem : ints'
|
||
|
- FilePath: $(path)/common.h
|
||
|
Offset: 140
|
||
|
Length: 7
|
||
|
ReplacementText: elem
|
||
|
- FilePath: $(path)/common.h
|
||
|
Offset: 169
|
||
|
Length: 1
|
||
|
ReplacementText: nullptr
|
||
|
...
|