Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1
# 45fec0c1 25-Jan-2024 Daniil Dudkin <unterumarmung@yandex.ru>

[clang-apply-replacements] Add support for the `.yml` file extension (#78842)

The `.yml` file extension is a valid extension for the YAML files, but
it was not previously supported by the Clang Appl

[clang-apply-replacements] Add support for the `.yml` file extension (#78842)

The `.yml` file extension is a valid extension for the YAML files, but
it was not previously supported by the Clang Apply Replacements tool.
This commit adds support for processing `.yml` files. Without this
change, running the tool on a folder containing `.yml` files generated
by clang-tidy would have no effect.

show more ...