[clang] [Lifetime Safety] Highlight lifetimebound calls in alias chain diagnostics (PR #206337)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 6 06:19:02 PDT 2026


================
@@ -49,6 +50,11 @@ enum class WarningScope {
   IntraTU  // For warnings on functions local to a Translation Unit.
 };
 
+struct LifetimeSafetyAliasChainEntry {
----------------
iitianpushkar wrote:

ok!

https://github.com/llvm/llvm-project/pull/206337


More information about the cfe-commits mailing list