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

14 lines
339 B
YAML

---
MainSourceFile: source1.cpp
Diagnostics:
- DiagnosticName: test-crlf
DiagnosticMessage:
Message: Fix
FilePath: $(path)/crlf.cpp
FileOffset: 79
Replacements:
- FilePath: $(path)/crlf.cpp
Offset: 79
Length: 1
ReplacementText: nullptr
...