]> granicus.if.org Git - clang/commit
Introduce a generation number for selector lookups in the global
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Jan 2012 01:14:32 +0000 (01:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Jan 2012 01:14:32 +0000 (01:14 +0000)
commit8efca6bb688d32fd7c0d91b504ef3307f97ee66a
tree7a3019a7ca01e77183e7076cddde0d4e414dbc02
parent568991b62a29c1919e67438e0ac8216715b2c760
Introduce a generation number for selector lookups in the global
method pool, so that we don't perform the same lookups into the same
PCH/module file repeatedly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148895 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp