]> granicus.if.org Git - clang/commit
fix the second part of rdar://8366474 - clang fails to parse ObjC selectors with...
authorChris Lattner <sabre@nondot.org>
Sat, 26 Mar 2011 18:11:38 +0000 (18:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Mar 2011 18:11:38 +0000 (18:11 +0000)
commit3b3e1a9e79703da067d23756e5624a4f487d6278
treeb225eade76df65c53e06e4f073c06324a29bc958
parent3d9ce907a7a77dba1f81bfff6af05f7cbe31b115
fix the second part of rdar://8366474 - clang fails to parse ObjC selectors with '::', when :: isn't the first part of the selector.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128344 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseObjc.cpp
test/Parser/selector-1.m