[PATCH] D52200: Thread safety analysis: Handle ObjCIvarRefExpr in SExprBuilder::translate
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 19 16:55:26 PDT 2018
aaronpuchert added a comment.
It seems that `self` is an ordinary `DeclRefExpr` unlike `this`, which is a `CXXThisExpr`. Which means we'd have to make it dependent on the name whether we drop it, but `self` in C/C++ is just an ordinary variable. So I think I'll leave the `self->` part for now. It certainly doesn't hurt.
Repository:
rC Clang
https://reviews.llvm.org/D52200
More information about the cfe-commits
mailing list