]> granicus.if.org Git - clang/commit
Objective-C modern rewriter. Fixes a bug
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 3 Apr 2013 19:11:21 +0000 (19:11 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 3 Apr 2013 19:11:21 +0000 (19:11 +0000)
commitf9f30791dd20472675de012105219cd975ad1076
tree82bec358073d78c43c64e83da870f611be834411
parentbd25ff8632e18bb3af761369fd3b0f1b48fdf061
Objective-C modern rewriter. Fixes a bug
rewriting typedef for a qualified object type
and also when two declarations happen to be on the
same line. // rdar://13562505

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/Frontend/RewriteModernObjC.cpp
test/Rewriter/rewrite-modern-qualified-type.mm [new file with mode: 0644]