[arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 19 Jul 2013 18:57:15 +0000 (18:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 19 Jul 2013 18:57:15 +0000 (18:57 +0000)
commit47b1517c52c229f50f76b86a99904e00a77901f8
tree3f7631fb23a101ad738fc587853b9a86e7aba4c0
parentdb6d85ef92726c452e20c3a6cc55e2edd17c686a
[arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only
allowed in ARC" errors.

rdar://14461559

llvm-svn: 186709
clang/lib/ARCMigrate/ARCMT.cpp
clang/test/ARCMT/checking-in-arc.m [new file with mode: 0644]