[PATCH] D76643: [objc_direct] also go through implementations when looking for clashes
    Erik Pilkington via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 23 17:59:27 PDT 2020
    
    
  
erik.pilkington accepted this revision.
erik.pilkington added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/lib/Sema/SemaDeclObjC.cpp:4621
+  // - when we do not find a match in a given @interface container,
+  //   we need to attempt looking up int he @implementation block if the
+  //   translation unit sees it to find more clashes.
----------------
"in the"
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76643/new/
https://reviews.llvm.org/D76643
    
    
More information about the cfe-commits
mailing list