[all-commits] [llvm/llvm-project] 84842f: [clang-tidy] bugprone-assert-side-effect can detec...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Wed Mar 6 17:39:50 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84842f4b3ba175d744c03d40baa8e371522615e8
https://github.com/llvm/llvm-project/commit/84842f4b3ba175d744c03d40baa8e371522615e8
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/bugprone/assert-side-effect.cpp
Log Message:
-----------
[clang-tidy] bugprone-assert-side-effect can detect side effect from non-const reference parameters (#84095)
Fixes: #84092
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