[PATCH] D43144: [analyzer] Implement path notes for temporary destructors.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 14:48:44 PST 2018


NoQ added a comment.

Another question is why do we have such inconsistency between `Calling constructor for 'C'` and `Calling '~C'`, i.e. why not `Calling destructor for 'C'`. Seems accidental.


https://reviews.llvm.org/D43144





More information about the cfe-commits mailing list