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

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 10:50:12 PDT 2017


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

lgtm with a nitpick.



================
Comment at: include/clang/Sema/Sema.h:3351
+                                   ObjCInterfaceDecl *IDecl, SourceRange AtEnd);
+  void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceRange AtEnd);
 
----------------
Is a range required? We're only using a single sloc.


Repository:
  rL LLVM

https://reviews.llvm.org/D34886





More information about the cfe-commits mailing list