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