[all-commits] [llvm/llvm-project] dc2963: [clang-tidy] exclude CXXParenListInitExpr from Red...
Tommy Chen via All-commits
all-commits at lists.llvm.org
Sat Jan 11 02:04:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc2963c8d77229ca1b20663beddef2323cc69a88
https://github.com/llvm/llvm-project/commit/dc2963c8d77229ca1b20663beddef2323cc69a88
Author: Tommy Chen <tmd279936 at gmail.com>
Date: 2025-01-11 (Sat, 11 Jan 2025)
Changed paths:
M clang-tools-extra/clang-tidy/readability/RedundantCastingCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-casting.cpp
Log Message:
-----------
[clang-tidy] exclude CXXParenListInitExpr from RedundantCastingCheck (#109741)
Exclude CXXParenListInitExpr from RedundantCastingCheck because there
are false positive cases. Currently, we can't think of positive cases
for CXXParenListInitExpr. This can be improved by following the
initListExpr method if we can come up with some positive cases.
Fixes #108846
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list