]> granicus.if.org Git - clang/commit
objective-c. Fixes a 'fixit' where location of
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 9 May 2012 21:49:29 +0000 (21:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 9 May 2012 21:49:29 +0000 (21:49 +0000)
commit1de6a6cb485fb58b4fb100282bb3cf298eedacd9
tree37b7745f0dcd9bf17eb64ec64c87586224f93b67
parent060ddb0173ba91cd400f073ed0bd1f9b9c3a4d50
objective-c. Fixes a 'fixit' where location of
'*' on objective-c class name was misplaced.
// rdar://11311333

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156517 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TypeLoc.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp
test/FixIt/fixit-interface-as-param.m [new file with mode: 0644]