[clang-tools-extra] [clang-tidy] add AllowedTypes option to misc-const-correctness (PR #122951)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 07:44:19 PST 2025
================
@@ -196,3 +196,12 @@ Options
// The following pointer may not become a 'int *const'.
int *changing_pointee = &value;
changing_pointee = &result;
+
+.. option:: AllowedTypes (default = '')
----------------
vbvictor wrote:
Placed default in last sentence.
https://github.com/llvm/llvm-project/pull/122951
More information about the cfe-commits
mailing list