[PATCH] D34886: Add a fixit for -Wobjc-protocol-property-synthesis

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 3 07:34:15 PDT 2017


arphaman marked an inline comment as done.
arphaman added inline comments.


================
Comment at: include/clang/Sema/Sema.h:3351
+                                   ObjCInterfaceDecl *IDecl, SourceRange AtEnd);
+  void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceRange AtEnd);
 
----------------
vsk wrote:
> Is a range required? We're only using a single sloc.
No, I'll pass the loc only. Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D34886





More information about the cfe-commits mailing list