1. 6fb0729 When checking a using declaration, make sure that the context we're by Douglas Gregor · 14 years ago
  2. 78b8105 Diagnose attempst to template using declarations and using directives. by John McCall · 14 years ago
  3. 7edb5fd Handle redeclarations found by ADL deterministically and reasonably. by John McCall · 14 years ago
  4. a113e72 Allow ADL to find functions imported by using decls. Leave wordy comment by John McCall · 14 years ago
  5. bd64729 Handle using declarations in overloaded and template functions during ADL and by Chandler Carruth · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. ca910e8 In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more than one heirarchy of classes. John, please review. by Anders Carlsson · 15 years ago
  8. 891fdae When adding the underlying declaration of a decl to a lookup-results by Douglas Gregor · 15 years ago
  9. 2531c2d Teach Sema::isDeclInScope to handle overload sets constructed from by Douglas Gregor · 15 years ago
  10. bc13ab2 Fix another assert related to using decls. by Anders Carlsson · 15 years ago