summaryrefslogtreecommitdiffstats
path: root/test/Modules/decldef.mm
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-4/+4
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-13/+30
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-2/+8
* During typo correction, check for an exact match in an unimported module. If weRichard Smith2013-08-201-4/+10
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-2/+1
* Ensure that type definitions present in just-loaded modules areDouglas Gregor2013-02-091-1/+18
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-10/+3
* 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
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-031-1/+1
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-2/+2
* Diagnose cases where the definition of a particular type is required,Douglas Gregor2012-01-021-2/+15
* When name lookup finds a module-private Objective-C class declaration,Douglas Gregor2011-12-151-3/+1
* When name lookup comes across a declaration that is in a module thatDouglas Gregor2011-12-141-0/+17