[clang] [Lifetime Safety] Highlight lifetimebound calls in alias chain diagnostics (PR #206337)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 29 02:29:19 PDT 2026
================
@@ -49,6 +49,12 @@ enum class WarningScope {
IntraTU // For warnings on functions local to a Translation Unit.
};
+struct LifetimeSafetyAliasChainEntry {
----------------
Xazax-hun wrote:
This seems to be the same info as `LifetimeBoundInfo`. Could this be deduplicated?
https://github.com/llvm/llvm-project/pull/206337
More information about the cfe-commits
mailing list