[clang] [LifetimeSafety] Warn on meaningless [[clang::lifetimebound]] parameters (PR #201101)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 13:01:30 PDT 2026
================
@@ -631,6 +631,13 @@ This warning may produce false-positives diagnostics when it cannot fully model
}];
}
+def LifetimeSafetyMeaninglessLifetimebound
----------------
usx95 wrote:
suggestion to replace 'meaningless' with 'inapplicable' throughout the PR.
https://github.com/llvm/llvm-project/pull/201101
More information about the cfe-commits
mailing list