[clang] [Lifetime Safety] Highlight lifetimebound calls in alias chain diagnostics (PR #206337)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 01:44:12 PDT 2026
================
@@ -30,6 +31,11 @@ namespace clang::lifetimes::internal {
using FactID = utils::ID<struct FactTag>;
+struct LifetimeBoundInfo {
----------------
NeKon69 wrote:
Maybe `LifetimeBoundParamInfo` would be a better fit for a name?
https://github.com/llvm/llvm-project/pull/206337
More information about the cfe-commits
mailing list