Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unresolved lookups can have using declarations that refer to | Douglas Gregor | 2013-01-30 | 1 | -0/+9 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | If name lookup finds different type declarations in different scopes | Douglas Gregor | 2010-08-11 | 1 | -0/+1 |
* | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -1/+1 |
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Check if the target of a using decl is already declared in this scope before | John McCall | 2009-12-11 | 1 | -0/+14 |
* | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -0/+19 |