Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d867422c86914e055b8772ec1f22b349e15de94b
/
test
/
SemaCXX
/
namespace-alias.cpp
bf9658c
Point the caret at the error for the 'expected namespace name' diagnostic in
by Richard Smith
· 13 years ago
6ad9ac0
add PCH support for a bunch of C++ Decls, patch by Andrew Sutton!
by Chris Lattner
· 15 years ago
ae37475
When declaring a namespace alias, ignore previous declarations that
by Douglas Gregor
· 15 years ago
c67b032
Compare namespaces properly when looking for redeclarations of
by Douglas Gregor
· 15 years ago
3dbd3d5
Support local namespace aliases and permit them to be instantiated.
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
b73e75c
Check in test for namespace aliases+using directives.
by Anders Carlsson
· 16 years ago
81c85c4
More improvements to namespace aliases. We now support everything except aliases in using directives.
by Anders Carlsson
· 16 years ago
dd729fc
Fix lookup bug
by Anders Carlsson
· 16 years ago
a1a1b30
As Eli pointed out, it is possible that a namespace lookup is ambiguous!
by Anders Carlsson
· 16 years ago
5721c68
Check that the alias points to a valid namespace.
by Anders Carlsson
· 16 years ago
8d7ba40
Check that the namespace alias doesn't conflict with a previous declaration in this scope.
by Anders Carlsson
· 16 years ago