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

24 lines
733 B
YAML

---
MainSourceFile: ignore-conflict.cpp
Diagnostics:
- DiagnosticName: test-ignore-conflict-insertion
DiagnosticMessage:
Message: Fix
FilePath: $(path)/ignore-conflict.cpp
FileOffset: 0
Replacements:
- FilePath: $(path)/ignore-conflict.cpp
Offset: 0
Length: 0
ReplacementText: "#include <a.h>\n"
- DiagnosticName: test-ignore-conflict-insertion
DiagnosticMessage:
Message: Fix
FilePath: $(path)/ignore-conflict.cpp
FileOffset: 0
Replacements:
- FilePath: $(path)/ignore-conflict.cpp
Offset: 0
Length: 0
ReplacementText: "#include <b.h>\n"
...