Age | Commit message (Expand) | Author |
---|---|---|
2010-09-29 | Fix handling of dependent nested namespace specifiers in UsingDecls | Douglas Gregor |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2009-12-22 | Add using shadow decls to the "instantiated locals" map, fixing PR5847. | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-03 | Stop stripping UnresolvedUsingDecls out of LookupResults that have other | John McCall |
2009-11-17 | Implement template instantiation for using directives, which is dead simple. | Douglas Gregor |
2009-08-29 | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson |