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