hanchenye-llvm-project/clang-tools-extra/test/clang-modernize/HeaderReplacements/common_expected.yaml

21 lines
557 B
YAML

---
MainSourceFile: '$(path)/common.cpp'
Replacements:
- FilePath: '$(path)/common.h'
Offset: 506
Length: 2
ReplacementText: elem
- FilePath: '$(path)/common.h'
Offset: 432
Length: 61
ReplacementText: '(auto & elem : C)'
- FilePath: '$(path)/common.cpp'
Offset: 289
Length: 2
ReplacementText: elem
- FilePath: '$(path)/common.cpp'
Offset: 206
Length: 63
ReplacementText: '(auto & elem : C1)'
...