[clang] [LifetimeSafety] Flow origins from lifetimebound args in `gsl::Pointer` construction (PR #189907)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 22:42:06 PDT 2026
================
@@ -2413,3 +2413,49 @@ void owner_outlives_lifetimebound_source() {
}
} // namespace track_origins_for_lifetimebound_record_type
+
+namespace gslpointer_construction_from_lifetimebound {
+// https://github.com/llvm/llvm-project/issues/175898
----------------
NeKon69 wrote:
Huh, are you sure about that? Last time, I remember using the full issue link at the beginning of a namespace, not just the number. But if you think it should be just the number, that’s totally fine with me
https://github.com/llvm/llvm-project/pull/189907
More information about the cfe-commits
mailing list