Order the methods in the global method pool based on when they become visible, not...
authorDouglas Gregor <dgregor@apple.com>
Tue, 12 Feb 2013 23:36:21 +0000 (23:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 12 Feb 2013 23:36:21 +0000 (23:36 +0000)
commitc14895645d28cfe49d933eb400a3ac5bad6adbba
tree08e2f42d75744e53a81d2184de3972a80d7a9773
parent27029f464254f53dcd01904c917a9a73328b7111
Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>.

llvm-svn: 175018
clang/lib/Serialization/ASTReader.cpp
clang/test/Modules/Inputs/MethodPoolA.h
clang/test/Modules/Inputs/MethodPoolASub.h
clang/test/Modules/method_pool.m