summaryrefslogtreecommitdiff
path: root/test/Modules/method_pool.m
AgeCommit message (Expand)Author
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2013-06-21When building a module, keep *all* declared methods in the global method pool.Douglas Gregor
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-02-12Order the methods in the global method pool based on when they become visible...Douglas Gregor
2013-02-07Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-01-16Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-25Whenever Sema attempts to look in the global method pool, try to loadDouglas Gregor