[PATCH] D47044: Ensure that we only visit a destructor for a reference if type information is available.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 17 17:24:01 PDT 2018


NoQ added a comment.

Mmm, i think loop widening simply shouldn't invalidate references (though it should invalidate objects bound to them). Simply because you can't really reassign a reference.

Could we mark them as "preserve contents", like in https://reviews.llvm.org/D45491?


Repository:
  rC Clang

https://reviews.llvm.org/D47044





More information about the cfe-commits mailing list