1. 9385d70 When typo-correcting a using-declaration, actually correct the name of the by Richard Smith · 9 years ago
  2. e5a9146 Fix bug in using shadow decl checking: a using shadow decl should not conflict by Richard Smith · 10 years ago
  3. f2005d3 Model NamespaceAliasDecls as having their nominated namespace as an underlying by Richard Smith · 10 years ago
  4. 077fe12 Look through using decls when classifying implicit member access by Reid Kleckner · 10 years ago
  5. 7d3a2f0 Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in static methods" by Reid Kleckner · 10 years ago
  6. f438a02 Diagnose UnresolvedLookupExprs that resolve to instance members in static methods by Reid Kleckner · 10 years ago
  7. fc805ca PR24030, PR24033: Consistently check whether a new declaration conflicts with by Richard Smith · 10 years ago
  8. ae62896 Fix diagnostic for static methods referencing fields from using decls by Reid Kleckner · 11 years ago
  9. 09d5b3a Make typo-correction of inheriting constructors work a bit better. Limit by Richard Smith · 11 years ago
  10. d94f2f1 When typo-correcting a member using declaration, don't exclude member templates. by Richard Smith · 11 years ago
  11. 21866c3 When typo-correcting a member using-declaration, only consider members of base classes. by Richard Smith · 11 years ago
  12. 30a615d Fix crash if typo correction corrects a member using-declaration to a by Richard Smith · 11 years ago
  13. 83e78f5 Fix handling of redeclaration lookup for using declarations, where the prior by Richard Smith · 11 years ago
  14. 0abb057 Restrict redeclaration of tags introduced by using decls to MSVCCompat by Alp Toker · 12 years ago
  15. 320374c Permit redeclaration of tags introduced by using decls by Alp Toker · 12 years ago
  16. f7b63e3 Be smarter about deciding to add a leading '::' to a by Kaelyn Uhrain · 12 years ago
  17. 8ec9f5f Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 12 years ago
  18. 7c84229 When checking a using declaration, make sure that the context we're by Douglas Gregor · 15 years ago
  19. 9b72f89 Diagnose attempst to template using declarations and using directives. by John McCall · 15 years ago
  20. 8fe6808 Handle redeclarations found by ADL deterministically and reasonably. by John McCall · 16 years ago
  21. 91f61fc Allow ADL to find functions imported by using decls. Leave wordy comment by John McCall · 16 years ago
  22. c25c6ee Handle using declarations in overloaded and template functions during ADL and by Chandler Carruth · 16 years ago
  23. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  24. f981278 In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more than one heirarchy of classes. John, please review. by Anders Carlsson · 16 years ago
  25. 54fdb41 When adding the underlying declaration of a decl to a lookup-results by Douglas Gregor · 16 years ago
  26. 505ad49 Teach Sema::isDeclInScope to handle overload sets constructed from by Douglas Gregor · 16 years ago
  27. 5f212cb Fix another assert related to using decls. by Anders Carlsson · 16 years ago