[all-commits] [llvm/llvm-project] 7a4b12: [clang-tidy] Exclude delegate constructors in cppc...
Piotr Zegar via All-commits
all-commits at lists.llvm.org
Sun Aug 6 23:09:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a4b12e39b84d6991be2431e296916353f04b0de
https://github.com/llvm/llvm-project/commit/7a4b12e39b84d6991be2431e296916353f04b0de
Author: Piotr Zegar <me at piotrzegar.pl>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/prefer-member-initializer.cpp
Log Message:
-----------
[clang-tidy] Exclude delegate constructors in cppcoreguidelines-prefer-member-initializer
As proposed by check fix would result in compilation error,
lets exclude delegate constructors from being checked.
Fixes: #52818
Reviewed By: ccotter
Differential Revision: https://reviews.llvm.org/D157242
More information about the All-commits
mailing list