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