bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file1.yaml
2025-02-14 19:21:04 +01:00

22 lines
618 B
YAML

---
MainSourceFile: source1.cpp
Diagnostics:
- DiagnosticName: test-conflict
DiagnosticMessage:
Message: Fix
FilePath: $(path)/common.h
FileOffset: 106
Replacements:
- FilePath: $(path)/common.h
Offset: 106
Length: 26
ReplacementText: 'auto & i : ints'
- FilePath: $(path)/common.h
Offset: 140
Length: 7
ReplacementText: i
- FilePath: $(path)/common.h
Offset: 160
Length: 12
ReplacementText: ''
...