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
/
namespaces.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2012-12-11
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-03-13
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-01
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-01-09
When deserializing an anonymous namespace from a module, do not attach
Douglas Gregor
2012-01-09
Implement merging of namespace-scope declarations across modules, so
Douglas Gregor
2012-01-09
Implement redeclaration merging for namespaces defined in distinct
Douglas Gregor
2012-01-07
Switch NamespaceDecl from its own hand-rolled redeclaration chain over
Douglas Gregor