index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
namespace-alias.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Point the caret at the error for the 'expected namespace name' diagnostic in
Richard Smith
2012-04-05
1
-2
/
+6
*
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-07
1
-0
/
+20
*
When declaring a namespace alias, ignore previous declarations that
Douglas Gregor
2010-05-03
1
-0
/
+10
*
Compare namespaces properly when looking for redeclarations of
Douglas Gregor
2010-03-26
1
-1
/
+9
*
Support local namespace aliases and permit them to be instantiated.
John McCall
2010-02-16
1
-0
/
+21
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Check in test for namespace aliases+using directives.
Anders Carlsson
2009-03-31
1
-0
/
+14
*
More improvements to namespace aliases. We now support everything except alia...
Anders Carlsson
2009-03-28
1
-0
/
+23
*
Fix lookup bug
Anders Carlsson
2009-03-28
1
-0
/
+4
*
As Eli pointed out, it is possible that a namespace lookup is ambiguous!
Anders Carlsson
2009-03-28
1
-0
/
+7
*
Check that the alias points to a valid namespace.
Anders Carlsson
2009-03-28
1
-0
/
+5
*
Check that the namespace alias doesn't conflict with a previous declaration i...
Anders Carlsson
2009-03-28
1
-0
/
+11