[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:11 PDT 2026
================
@@ -49,6 +50,11 @@ enum class WarningScope {
IntraTU // For warnings on functions local to a Translation Unit.
};
+struct LifetimeSafetyAliasChainEntry {
----------------
NeKon69 wrote:
The name seems a bit too verbose. Maybe `AliasChainEntry`?
https://github.com/llvm/llvm-project/pull/206337
More information about the cfe-commits
mailing list