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
/
SemaCXX
/
namespace-alias.cpp
Age
Commit message (
Expand
)
Author
2012-04-05
Point the caret at the error for the 'expected namespace name' diagnostic in
Richard Smith
2010-05-07
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-03
When declaring a namespace alias, ignore previous declarations that
Douglas Gregor
2010-03-26
Compare namespaces properly when looking for redeclarations of
Douglas Gregor
2010-02-16
Support local namespace aliases and permit them to be instantiated.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-31
Check in test for namespace aliases+using directives.
Anders Carlsson
2009-03-28
More improvements to namespace aliases. We now support everything except alia...
Anders Carlsson
2009-03-28
Fix lookup bug
Anders Carlsson
2009-03-28
As Eli pointed out, it is possible that a namespace lookup is ambiguous!
Anders Carlsson
2009-03-28
Check that the alias points to a valid namespace.
Anders Carlsson
2009-03-28
Check that the namespace alias doesn't conflict with a previous declaration i...
Anders Carlsson