aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-decl-templates.cpp
AgeCommit message (Expand)Author
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-08-29CreateDeclRefExprs that point to UnresolvedUsingDecls.Anders Carlsson
2009-08-29Add another check for UnresolvedUsingDecl.Anders Carlsson
2009-08-28Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...Anders Carlsson
2009-08-28Instantiate unresolved using declarations.Anders Carlsson