aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-decl-1.cpp
AgeCommit message (Expand)Author
2010-12-21When checking a using declaration, make sure that the context we'reDouglas Gregor
2010-11-10Diagnose attempst to template using declarations and using directives.John McCall
2010-01-26Handle redeclarations found by ADL deterministically and reasonably.John McCall
2010-01-26Allow ADL to find functions imported by using decls. Leave wordy commentJohn McCall
2009-12-29Handle using declarations in overloaded and template functions during ADL andChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t...Anders Carlsson
2009-11-15When adding the underlying declaration of a decl to a lookup-resultsDouglas Gregor
2009-09-28Teach Sema::isDeclInScope to handle overload sets constructed fromDouglas Gregor
2009-06-26Fix another assert related to using decls.Anders Carlsson