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

13 lines
306 B
YAML

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