This diff patch fixes issue with new line character after check name and before comma. Also ignores all other types of spaces like TAB.
Test Plan: ninja check-clang-tools
Paths
| Differential D99180
[clang-tidy] Ignore all spaces in the list of checks ClosedPublic Authored by DmitryPolukhin on Mar 23 2021, 5:30 AM.
Details Summary This diff patch fixes issue with new line character after check name and before comma. Also ignores all other types of spaces like TAB. Test Plan: ninja check-clang-tools
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 23 2021, 9:09 AM Closed by commit rG338d16275571: [clang-tidy] Ignore all spaces in the list of checks (authored by DmitryPolukhin). · Explain WhyMar 24 2021, 6:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 332968 clang-tools-extra/clang-tidy/GlobList.cpp
clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file-spaces
clang-tools-extra/test/clang-tidy/infrastructure/config-file.cpp
|