[cfe-commits] r155953 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaObjCProperty.cpp test/SemaObjC/default-synthesize-1.m test/SemaObjCXX/property-synthesis-error.mm
jahanian
fjahanian at apple.com
Tue May 1 15:38:30 PDT 2012
On May 1, 2012, at 3:26 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Tue May 1 17:26:06 2012
> New Revision: 155953
>
> URL: http://llvm.org/viewvc/llvm-project?rev=155953&view=rev
> Log:
> Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>.
>
> While I'm here, fix source locations for other diagnostics related to property synthesis.
>
>
Great. This may also fix a modern rewriter crash rewriting default property synthesis.
- Fariborz
More information about the cfe-commits
mailing list