[all-commits] [llvm/llvm-project] cd9e42: [clang-tidy] fix misc-const-correctness to work wi...
Thomas Schenker via All-commits
all-commits at lists.llvm.org
Mon Jul 22 23:18:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd9e42cb0f2fdf1834e2e6ad2befdba0d7cc84b5
https://github.com/llvm/llvm-project/commit/cd9e42cb0f2fdf1834e2e6ad2befdba0d7cc84b5
Author: Thomas Schenker <thomas.schenker at protonmail.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
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/test/clang-tidy/checkers/misc/const-correctness-values.cpp
Log Message:
-----------
[clang-tidy] fix misc-const-correctness to work with function-try-blocks (#99925)
Make the clang-tidy check misc-const-correctness work with
function-try-blocks.
Fixes #99860.
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