]> granicus.if.org Git - clang/commit
fix a problem causing us to lose the ''s around objc interface names
authorChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2010 07:04:01 +0000 (07:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2010 07:04:01 +0000 (07:04 +0000)
commit0784fcddb4a399e57248704fc202f3f5c1254018
tree1aa65a583a2f0d8ae8d58967fee0262d65fc1e8a
parent5f6480dbe7b563fa23c2dfa355baea7da454857d
fix a problem causing us to lose the ''s around objc interface names
in a diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100956 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/class-method-lookup.m
test/SemaObjC/warn-selector-selection.m