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

28 lines
863 B
YAML

# These replacements are out of order on purpose to test that they get sorted
# so that formatting happens correctly.
---
MainSourceFile: yes.cpp
Diagnostics:
- DiagnosticName: test-yes
DiagnosticMessage:
Message: Fix
FilePath: $(path)/yes.cpp
FileOffset: 494
Replacements:
- FilePath: $(path)/yes.cpp
Offset: 494
Length: 1
ReplacementText: nullptr
- FilePath: $(path)/yes.cpp
Offset: 410
Length: 1
ReplacementText: nullptr
- FilePath: $(path)/yes.cpp
Offset: 454
Length: 1
ReplacementText: nullptr
- FilePath: $(path)/yes.cpp
Offset: 108
Length: 38
ReplacementText: 'auto '
...