summaryrefslogtreecommitdiffstats
path: root/test/Modules/method_pool.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* When building a module, keep *all* declared methods in the global method pool.Douglas Gregor2013-06-211-0/+4
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-4/+4
* Order the methods in the global method pool based on when they become visible...Douglas Gregor2013-02-121-6/+14
* Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor2013-02-071-0/+8
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor2013-01-161-0/+18
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Whenever Sema attempts to look in the global method pool, try to loadDouglas Gregor2012-01-251-0/+30