summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/MethodPoolASub.h
Commit message (Collapse)AuthorAgeFilesLines
* Order the methods in the global method pool based on when they become ↵Douglas Gregor2013-02-121-0/+2
| | | | | | visible, not when they become deserialized <rdar://problem/13203033>. llvm-svn: 175018
* Retain all hidden methods in the global method pool, because they may become ↵Douglas Gregor2013-02-071-0/+1
| | | | | | visible <rdar://problem/13172858>. llvm-svn: 174648
* Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor2013-01-161-0/+3
when the methods are declared in a submodule that has not yet been imported. Part of <rdar://problem/10634711>. llvm-svn: 172635
OpenPOWER on IntegriCloud