]> granicus.if.org Git - clang/commit
Incomplete promotion of selector info to per-file data.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 3 Aug 2010 21:58:15 +0000 (21:58 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 3 Aug 2010 21:58:15 +0000 (21:58 +0000)
commit059612dd3429cef2d61f11950f3d93a40182bf69
tree9c7fd7b35363181103b60414f5de869993cb179f
parent99c40bb13b523d58d7aeb6446e4f486d6918ca58
Incomplete promotion of selector info to per-file data.
Store all selectors in the selector hash table instead of only those from the method pool.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110158 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PCHReader.h
include/clang/Frontend/PCHWriter.h
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp