[all-commits] [llvm/llvm-project] d9a50a: fix review
Congcong Cai via All-commits
all-commits at lists.llvm.org
Tue Mar 11 15:45:45 PDT 2025
Branch: refs/heads/users/ccc/03-09-_clang-tidy_support_pointee_mutation_check_in_misc-const-correctness
Home: https://github.com/llvm/llvm-project
Commit: d9a50a6f04334ea3782184cbf1d542d2e359f2c7
https://github.com/llvm/llvm-project/commit/d9a50a6f04334ea3782184cbf1d542d2e359f2c7
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
Log Message:
-----------
fix review
Commit: eaf4260b0ef0d283ccb160ac3081ec267d1601f8
https://github.com/llvm/llvm-project/commit/eaf4260b0ef0d283ccb160ac3081ec267d1601f8
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-allowed-types.cpp
A clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-pointers-values.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-pointers.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-values.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-transform-pointer-as-values.cpp
Log Message:
-----------
add test; fix bugs
Compare: https://github.com/llvm/llvm-project/compare/ba277059bded...eaf4260b0ef0
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