[all-commits] [llvm/llvm-project] cf5543: [clang-tidy][NFC]clean ConstCorrectnessCheck
Congcong Cai via All-commits
all-commits at lists.llvm.org
Sun Mar 9 09:15:20 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: cf55439ce8af415138e618f2d8b4af1180319586
https://github.com/llvm/llvm-project/commit/cf55439ce8af415138e618f2d8b4af1180319586
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
Log Message:
-----------
[clang-tidy][NFC]clean ConstCorrectnessCheck
Commit: 4c1a7915fca1933773d3e9f3cf0b8c07916f1dcf
https://github.com/llvm/llvm-project/commit/4c1a7915fca1933773d3e9f3cf0b8c07916f1dcf
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.h
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
A 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-transform-values.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values-before-cxx23.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-wrong-config.cpp
Log Message:
-----------
[clang-tidy] support pointee mutation check in misc-const-correctness
Compare: https://github.com/llvm/llvm-project/compare/87bda4d0f9c8...4c1a7915fca1
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