| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |

