]> granicus.if.org Git - clang/commit
Add a new getLength() method to IdentifierInfo, which relies on a newly added
authorChris Lattner <sabre@nondot.org>
Sun, 30 Sep 2007 08:32:27 +0000 (08:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Sep 2007 08:32:27 +0000 (08:32 +0000)
commit1f945f632ae993bbb9f9e69d908f7526924c1a88
tree0f08bda825fbd75e90133da9a2543da179d7330b
parent5c0fa3001713e6570632f426af7ac4e20b1d34ff
Add a new getLength() method to IdentifierInfo, which relies on a newly added
method to StringMapEntry.  Steve, please use this to remove the
strlen calls in selector processing.

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