aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-decl-templates.cpp
AgeCommit message (Expand)Author
2011-09-07Fix Sema::CorrectTypo to ignore found but unresolved symbolsKaelyn Uhrain
2010-11-04Don't be so eager to replace UsingDecls in a DeclContext's lookup table;Argyrios Kyrtzidis
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall
2009-12-04Fix "using typename" and the instantiation of non-dependent using declarations.John McCall
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