[PATCH] D47044: [analyzer] 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
Fri Jun 22 12:55:51 PDT 2018


NoQ added a comment.

Aha, yeah, i see. It only invalidates the current stack frame, and additionally it's impossible to bring the reference into the current stack frame by reference, because, well, it's already a reference and you can't mutate a reference.

Ok then!


Repository:
  rC Clang

https://reviews.llvm.org/D47044





More information about the cfe-commits mailing list