ldionne added a comment.

In D97411#2588181 <https://reviews.llvm.org/D97411#2588181>, @akhuang wrote:

> @ldionne Do you think it'd be reasonable to add this debug info attribute to 
> some types in libc++? (For types that have constructors but don't call them; 
> some previous discussion in https://reviews.llvm.org/D90719).

Like I said in D90719 <https://reviews.llvm.org/D90719>, I think it would be 
best to fix the issue at its root and call those constructors (we must have UB 
if we use these types but never call any constructors, right?).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97411/new/

https://reviews.llvm.org/D97411

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to