bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file3.yaml

15 lines
341 B
YAML
Raw Normal View History

2025-02-14 19:21:04 +01:00
---
MainSourceFile: source1.cpp
Diagnostics:
- DiagnosticName: test-conflict
DiagnosticMessage:
Message: Fix
FilePath: $(path)/common.h
FileOffset: 169
Replacements:
- FilePath: $(path)/common.h
Offset: 169
Length: 0
ReplacementText: "(int*)"
...