| Commit message (Collapse) | 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 |
| | | | | | | | a namespace alias declaration. llvm-svn: 154138 | ||||
| * | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner | 2010-05-07 | 1 | -0/+20 |
| | | | | | | | Andrew Sutton! llvm-svn: 103301 | ||||
| * | When declaring a namespace alias, ignore previous declarations that | Douglas Gregor | 2010-05-03 | 1 | -0/+10 |
| | | | | | | | aren't in scope. Fixes PR7014. llvm-svn: 102915 | ||||
| * | Compare namespaces properly when looking for redeclarations of | Douglas Gregor | 2010-03-26 | 1 | -1/+9 |
| | | | | | | | namespace aliases. Fixes PR6341. llvm-svn: 99664 | ||||
| * | Support local namespace aliases and permit them to be instantiated. | John McCall | 2010-02-16 | 1 | -0/+21 |
| | | | | | llvm-svn: 96335 | ||||
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
| * | Check in test for namespace aliases+using directives. | Anders Carlsson | 2009-03-31 | 1 | -0/+14 |
| | | | | | llvm-svn: 68086 | ||||
| * | More improvements to namespace aliases. We now support everything except ↵ | Anders Carlsson | 2009-03-28 | 1 | -0/+23 |
| | | | | | | | aliases in using directives. llvm-svn: 67966 | ||||
| * | Fix lookup bug | Anders Carlsson | 2009-03-28 | 1 | -0/+4 |
| | | | | | llvm-svn: 67964 | ||||
| * | As Eli pointed out, it is possible that a namespace lookup is ambiguous! | Anders Carlsson | 2009-03-28 | 1 | -0/+7 |
| | | | | | llvm-svn: 67932 | ||||
| * | Check that the alias points to a valid namespace. | Anders Carlsson | 2009-03-28 | 1 | -0/+5 |
| | | | | | llvm-svn: 67925 | ||||
| * | Check that the namespace alias doesn't conflict with a previous declaration ↵ | Anders Carlsson | 2009-03-28 | 1 | -0/+11 |
| in this scope. llvm-svn: 67921 | |||||

