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
/
Lex
/
ModuleLoader.h
Age
Commit message (
Expand
)
Author
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-02-01
For ModuleLoader::makeModuleVisible() also pass the source location where the
Argyrios Kyrtzidis
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2012-11-29
Keep track of modules that have failed to build. If we encounter an
Douglas Gregor
2012-01-29
Implement code completion support for module import declarations, e.g.,
Douglas Gregor
2011-12-02
When we treat an #include or #import as a module import, create an
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
2011-11-30
Switch the module-loading interfaces and parser from a simple
Douglas Gregor
2011-08-26
Introduce support for a simple module import declaration, which
Douglas Gregor
2011-08-26
Teach the ASTReader how to avoid cycles when loading declarations that
Douglas Gregor