1. 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 16 years ago
  2. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 16 years ago
  3. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 16 years ago
  4. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 16 years ago
  5. 2bba76b Improve name lookup for and template instantiation of declaration by Douglas Gregor · 16 years ago
  6. b738e08 Fix sorting of using directives, from Jay Foad by Douglas Gregor · 16 years ago
  7. 390b4cc Reflow some comments. by Mike Stump · 16 years ago
  8. 42af25f Implement the notions of the "current instantiation" and "unknown by Douglas Gregor · 16 years ago
  9. 516ff43 Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but also by Douglas Gregor · 16 years ago
  10. 8b9fb30 Eliminate Sema::ObjCInterfaceDecls by Douglas Gregor · 16 years ago
  11. 8fc463a Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's good for uniformity is good for PCH (or is it the other way around?). by Douglas Gregor · 16 years ago
  12. 6e378de Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls in by Douglas Gregor · 16 years ago
  13. 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 16 years ago
  14. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  15. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  16. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 16 years ago
  17. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 16 years ago
  18. 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 16 years ago
  19. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 16 years ago
  20. ca5e77f The scope representation can now be either a DeclContext pointer or a by Douglas Gregor · 16 years ago
  21. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  22. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  23. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  24. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  25. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  26. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  27. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 16 years ago
  28. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  29. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  30. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  31. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  32. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  33. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 16 years ago
  34. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  35. 48458d2 silence some warnings. by Chris Lattner · 16 years ago
  36. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  37. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  38. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  39. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  40. 69d993a PODify LookupResult, for a measly 1% speedup on Cocoa.h. by Douglas Gregor · 16 years ago
  41. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  42. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 16 years ago
  43. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 16 years ago
  44. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 16 years ago
  45. 7176fff Initial implementation of member name lookup by Douglas Gregor · 16 years ago
  46. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago