This is an archive of the discontinued LLVM Phabricator instance.

Add a fixit for -Wobjc-protocol-property-synthesis
ClosedPublic

Authored by arphaman on Jun 30 2017, 7:40 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Jun 30 2017, 7:40 AM
vsk accepted this revision.Jun 30 2017, 10:50 AM

lgtm with a nitpick.

include/clang/Sema/Sema.h
3351 ↗(On Diff #104859)

Is a range required? We're only using a single sloc.

This revision is now accepted and ready to land.Jun 30 2017, 10:50 AM
arphaman marked an inline comment as done.Jul 3 2017, 3:13 AM
arphaman added inline comments.
include/clang/Sema/Sema.h
3351 ↗(On Diff #104859)

No, I'll pass the loc only. Thanks!

This revision was automatically updated to reflect the committed changes.
arphaman marked an inline comment as done.