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
/
Inputs
/
Module.framework
Age
Commit message (
Expand
)
Author
2013-01-14
Infer "link" lines for top-level frameworks. Essentially, a framework
Douglas Gregor
2012-11-05
Have the parser initialize Sema before it consumes the first
Douglas Gregor
2012-07-11
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-01-03
Re-uglify #public and #private to #__public_macro and #__private_macro.
Douglas Gregor
2012-01-03
Under -fmodules, accept #public <macroname> and #private <macroname>
Douglas Gregor
2011-12-23
When building a module with an umbrella header, warn about any headers
Douglas Gregor
2011-12-20
Detect when mapping a #include/#import over to a submodule ends up
Douglas Gregor
2011-12-12
Don't mark include guard macros as implicitly private. This isn't
Douglas Gregor
2011-12-08
Keep track of import dependencies between submodules within the module
Douglas Gregor
2011-12-07
Implement inference for the "Private" submodule corresponding to
Douglas Gregor
2011-12-06
When inferring a module map for a framework, infer subframework
Douglas Gregor
2011-12-06
Implement inferred submodules support, which (when requested)
Douglas Gregor
2011-10-17
For modules, all macros that aren't include guards are implicitly
Douglas Gregor
2011-09-15
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor
2011-09-15
Teach LangOptions::resetNonModularOptions to actually do what it says it does
Douglas Gregor
2011-09-13
When building a module on-demand, clear out the "non-modular" language
Douglas Gregor
2011-09-12
When an import statement fails to find a module in the module cache,
Douglas Gregor