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

19 lines
524 B
YAML

---
MainSourceFile: identical-in-TU.cpp
Diagnostics:
- DiagnosticName: test-identical-insertion
DiagnosticMessage:
Message: Fix
FilePath: $(path)/identical-in-TU.cpp
FileOffset: 12
Replacements:
- FilePath: $(path)/identical-in-TU.cpp
Offset: 12
Length: 0
ReplacementText: '0'
- FilePath: $(path)/identical-in-TU.cpp
Offset: 12
Length: 0
ReplacementText: '0'
...