summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-using-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of dependent nested namespace specifiers in UsingDeclsDouglas Gregor2010-09-291-0/+19
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall2009-12-221-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Stop stripping UnresolvedUsingDecls out of LookupResults that have otherJohn McCall2009-12-031-17/+46
* Implement template instantiation for using directives, which is dead simple.Douglas Gregor2009-11-171-0/+3
* Improve instantiation of UnresolvedUsingDecls.Anders Carlsson2009-08-291-0/+17