1. 7edb5fd Handle redeclarations found by ADL deterministically and reasonably. by John McCall · 14 years ago
  2. 6e26689 Preserve access bits through overload resolution much better. Some by John McCall · 14 years ago
  3. 92f8831 Implement elementary access control. by John McCall · 14 years ago
  4. 46460a6 First pass at collecting access-specifier information along inheritance paths. by John McCall · 14 years ago
  5. eec51cf Give UnresolvedSet the ability to store access specifiers for each declaration. by John McCall · 14 years ago
  6. 7d3f576 When performing qualified name lookup into the current instantiation, by Douglas Gregor · 15 years ago
  7. 0cc8404 Switch the remaining code completions over to LookupVisibleDecls, by Douglas Gregor · 15 years ago
  8. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
  9. 1d7c528 Pull Sema::isAcceptableLookupResult into SemaLookup. Extract the criteria into by John McCall · 15 years ago
  10. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  11. 1bcee0a Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: by John McCall · 15 years ago
  12. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  13. f7a1a74 Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and by John McCall · 15 years ago
  14. 97d9e21 Fix LookupResult's sanity-check to handle shadow decls. by John McCall · 15 years ago
  15. 7453ed4 Consider a FunctionTemplate to be an overload all on its lonesome. Track by John McCall · 15 years ago
  16. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  17. 6826314 Overhaul previous-declaration and overload checking to work on lookup results by John McCall · 15 years ago
  18. 7d384dd Split LookupResult into its own header. by John McCall · 15 years ago