Age | Commit message (Expand) | Author |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-02-07 | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor |
2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-01-04 | Don't treat 'import' as a contextual keyword when we're in a caching lexer, o... | Douglas Gregor |
2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-16 | Switch some more of the modules tests over to "-emit-module-from-map", | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-08-31 | Switch __import__ over to __import_module__, so we don't conflict with | Douglas Gregor |
2011-08-27 | Take an entirely different approach to handling the "parsing" of | Douglas Gregor |
2011-08-27 | XFAIL one of the module tests on win32, until we figure out what's happening | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-24 | Introduce a depth-first search of modules into the module manager, | Douglas Gregor |
2011-08-24 | In the AST reader, switch name lookup within a DeclContect over to the | Douglas Gregor |