index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
/
normal-module-map.cpp
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-10-12
Sanitize the names of modules determined based on the names of headers
Douglas Gregor
2012-03-01
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-01-03
Eliminate the uglified keyword __import_module__ for importing
Douglas Gregor
2012-01-03
Rename the command-line option for mapping #include/#import over to
Douglas Gregor
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-08
Implement umbrella directories for modules, which are similar to
Douglas Gregor
2011-11-29
Teach the module import mechanism how to rebuild modules expressed via
Douglas Gregor
2011-11-16
A module with an umbrella header assumes that all of the headers in
Douglas Gregor
2011-11-16
Implement (de-)serialization of the buffer contents for an overridden
Douglas Gregor
2011-11-16
When building a module from a module map that isn't simply an umbrella
Douglas Gregor
2011-11-16
Add support for building a module from a module map to the -cc1
Douglas Gregor
2011-11-12
When searching for a module, speculatively load module maps to see if
Douglas Gregor
2011-11-11
Teach the search for modules to consider modules described by a module
Douglas Gregor
2011-11-11
Wire up the mapping from header files mentioned in module maps over to
Douglas Gregor
2011-11-11
Introduce basic support for parsing module map files.
Douglas Gregor