[clang-tools-extra] [clang-tidy] fix misc-const-correctness to work with function-try-blocks (PR #99925)
Thomas Schenker via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 22 12:59:06 PDT 2024
================
@@ -120,6 +120,9 @@ Improvements to clang-tidy
- Improved :program:`check_clang_tidy.py` script. Added argument `-export-fixes`
to aid in clang-tidy and test development.
+- Improved :doc:`misc-const-correctness
----------------
schenker wrote:
done
https://github.com/llvm/llvm-project/pull/99925
More information about the cfe-commits
mailing list