summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/using-decl-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Sema::CorrectTypo to ignore found but unresolved symbolsKaelyn Uhrain2011-09-071-0/+17
* Don't be so eager to replace UsingDecls in a DeclContext's lookup table;Argyrios Kyrtzidis2010-11-041-0/+18
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-081-1/+1
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+11
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-2/+2
* CreateDeclRefExprs that point to UnresolvedUsingDecls.Anders Carlsson2009-08-291-0/+6
* Add another check for UnresolvedUsingDecl.Anders Carlsson2009-08-291-0/+8
* Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...Anders Carlsson2009-08-281-0/+6
* Instantiate unresolved using declarations.Anders Carlsson2009-08-281-0/+16