[PATCH] D48460: [analyzer] Fix invalidation on C++ const methods.
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 21 23:11:47 PDT 2018
baloghadamsoftware added a comment.
I find it a strange behavior that this-expression is sometimes a pointer, sometimes a record declaration. If references are resolved, why are pointers not?
This is an important fix, but I wonder how many other places are in the code where we do not handle this-expressions by pointers.
Repository:
rC Clang
https://reviews.llvm.org/D48460
More information about the cfe-commits
mailing list