The fixit inserts @synthesize directives into the implementation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm with a nitpick.
include/clang/Sema/Sema.h | ||
---|---|---|
3351 ↗ | (On Diff #104859) | Is a range required? We're only using a single sloc. |
include/clang/Sema/Sema.h | ||
---|---|---|
3351 ↗ | (On Diff #104859) | No, I'll pass the loc only. Thanks! |