[all-commits] [llvm/llvm-project] 163325: [clang-tidy] Enable the use of IgnoreArray flag in...
Hana Joo via All-commits
all-commits at lists.llvm.org
Wed May 12 04:57:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 163325086c35b3984c5e6f7a2adb6022003fcd84
https://github.com/llvm/llvm-project/commit/163325086c35b3984c5e6f7a2adb6022003fcd84
Author: Hana Joo <hanajoo at google.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.ignorearrays.cpp
Log Message:
-----------
[clang-tidy] Enable the use of IgnoreArray flag in pro-type-member-init rule
The `IgnoreArray` flag was not used before while running the rule. Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=47288 | b/47288 ]]
Reviewed By: njames93
Differential Revision: https://reviews.llvm.org/D101239
More information about the All-commits
mailing list