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
/
Headers
/
Module.h
Age
Commit message (
Expand
)
Author
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-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