bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.yaml

15 lines
324 B
YAML
Raw Normal View History

2025-02-14 19:21:04 +01:00
---
MainSourceFile: no.cpp
Diagnostics:
- DiagnosticName: test-no
DiagnosticMessage:
Message: Fix
FilePath: $(path)/no.cpp
FileOffset: 94
Replacements:
- FilePath: $(path)/no.cpp
Offset: 94
Length: 3
ReplacementText: 'auto '
...