[all-commits] [llvm/llvm-project] 2b21fc: Allow newline characters as separators for checks ...
Danny Moesch via All-commits
all-commits at lists.llvm.org
Tue Mar 15 11:30:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b21fc5520b39fba555f4e5f2480a5651056be84
https://github.com/llvm/llvm-project/commit/2b21fc5520b39fba555f4e5f2480a5651056be84
Author: Danny Mösch <danny.moesch at icloud.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M clang-tools-extra/clang-tidy/GlobList.cpp
M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
M clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
Log Message:
-----------
Allow newline characters as separators for checks in Clang-Tidy configurations
This is a fix for #53737. In addition to commas, newline characters are
considered as separators of checks.
More information about the All-commits
mailing list