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 | Is a range required? We're only using a single sloc. |
include/clang/Sema/Sema.h | ||
---|---|---|
3351 | No, I'll pass the loc only. Thanks! |
Is a range required? We're only using a single sloc.