index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
Module.h
Age
Commit message (
Expand
)
Author
2012-01-30
Thread a TargetInfo through to the module map; we'll need it for
Douglas Gregor
2012-01-27
Introduce module attributes into the module map grammar, along with a
Douglas Gregor
2012-01-04
Store the submodules of a module in source order, as they are stored
Douglas Gregor
2011-12-31
Implement support for module requirements, which indicate the language
Douglas Gregor
2011-12-20
Detect when mapping a #include/#import over to a submodule ends up
Douglas Gregor
2011-12-09
Implement the notion of umbrella directories, which implicity cover
Douglas Gregor
2011-12-08
Within the module representation, generalize the notion of an umbrella
Douglas Gregor
2011-12-05
Parse inferred submodules in module maps, track their contents in
Douglas Gregor
2011-12-05
Implement support for wildcard exports in modules, allowing a module
Douglas Gregor
2011-12-05
When writing a module file, keep track of the set of (sub)modules that
Douglas Gregor
2011-12-02
Implementing parsing and resolution of module export declarations
Douglas Gregor
2011-12-01
Introduce the notion of name visibility into modules. For a given
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor