summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/lookup.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-4/+4
* Require a module.map file to load a moduleBen Langmuir2014-01-221-2/+2
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-9/+9
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-4/+4
* 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-4/+4
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-2/+2
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-2/+2
* Switch some more of the modules tests over to "-emit-module-from-map",Douglas Gregor2011-11-161-4/+5
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-2/+2
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-2/+2
* Switch __import__ over to __import_module__, so we don't conflict withDouglas Gregor2011-08-311-2/+2
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-4/+6
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-2/+2
* Use the module manager's search facility to look for methods with aDouglas Gregor2011-08-251-0/+17
OpenPOWER on IntegriCloud