]> granicus.if.org Git - clang/commit
simplify the interfaces to create selectors: getSelector can take any
authorChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 02:00:24 +0000 (02:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 02:00:24 +0000 (02:00 +0000)
commitff38491c18b060526d754765b952f4a497a89416
tree15862e2fe2f8322e83a71234bf32a73c86abaeef
parentf836e3fea2c77fdbb18170fb313ee0d45551320b
simplify the interfaces to create selectors: getSelector can take any
number of arguments now and does the right thing, but the nullary/unary
accessors are preserved as convenience functions.  This allows us to
slightly simplify clients.

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