================
@@ -493,26 +544,45 @@ class ASTWalker : public RecursiveASTVisitor<ASTWalker> {
   }
 
   bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) {
-    // Unconditionally report property declarations and their backing accessor
-    // methods. Dot-notation or pseudo-object references (`foo.bar`) require
-    // the underlying property definition or getters/setters to compile.
-    // Bypassing transient compiler state flags (isMessagingGetter/
----------------
nico wrote:

I suppose I should've taken a closer look when this first landed, sorry about 
this :)

https://github.com/llvm/llvm-project/pull/216857
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to