Clarify the context in which an Objective-C type name is being parsed
authorDouglas Gregor <dgregor@apple.com>
Tue, 8 Mar 2011 19:17:54 +0000 (19:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 8 Mar 2011 19:17:54 +0000 (19:17 +0000)
commitb77cab97f17f946744c920629ca17271308d8ebf
treec20e731bdefb335d9c763f166535bf1daf70cbcb
parent02b0d651ecd6a4d5171dd0208c0c570c3d7103b7
Clarify the context in which an Objective-C type name is being parsed
by using an enumeration rather than a boolean value. No functionality
change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127259 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseObjc.cpp