Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for derived class special members hiding functions brought in from | Richard Smith | 2016-05-13 | 1 | -0/+32 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -8/+27 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Test member template using hiding. | John McCall | 2009-12-11 | 1 | -2/+45 |
* | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -0/+88 |
* | Handle unresolved using decls in bare lookups. These are not being adequately | John McCall | 2009-12-08 | 1 | -0/+13 |