summaryrefslogtreecommitdiffstats
path: root/test/Modules/lookup.cpp
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-1/+1
* 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
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-0/+2
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Don't treat 'import' as a contextual keyword when we're in a caching lexer, o...Douglas Gregor2012-01-041-0/+6
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-6/+8
* 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
* Take an entirely different approach to handling the "parsing" ofDouglas Gregor2011-08-271-1/+0
* XFAIL one of the module tests on win32, until we figure out what's happeningDouglas Gregor2011-08-271-0/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-4/+10
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-3/+2
* Introduce a depth-first search of modules into the module manager,Douglas Gregor2011-08-241-3/+9
* In the AST reader, switch name lookup within a DeclContect over to theDouglas Gregor2011-08-241-0/+14