index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
Module.cpp
Age
Commit message (
Expand
)
Author
2012-02-02
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-01-30
Introduce TargetInfo::hasFeature() to query various feature names in
Douglas Gregor
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-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
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-08
Tweak the syntax of umbrella headers, so that "umbrella" is treated as
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
Fix printing of wildcard exports.
Douglas Gregor
2011-12-05
Implement support for wildcard exports in modules, allowing a module
Douglas Gregor
2011-12-02
Implement (de-)serialization of the set of exported modules in a
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor