1. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  2. c1efaec Eliminate CXXRecordType by Douglas Gregor · 16 years ago
  3. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  4. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 16 years ago
  5. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 16 years ago
  6. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  7. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  8. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 16 years ago
  9. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  10. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  11. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 16 years ago
  12. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  13. 48458d2 silence some warnings. by Chris Lattner · 16 years ago
  14. 2a3009a Semantic analysis, ASTs, and unqualified name lookup support for C++ by Douglas Gregor · 16 years ago
  15. d863517 Add iterators to LookupResult, allowing one to iterate over the by Douglas Gregor · 16 years ago
  16. 4c921ae Eliminated LookupCriteria, whose creation was causing a bottleneck for by Douglas Gregor · 16 years ago
  17. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  18. 69d993a PODify LookupResult, for a measly 1% speedup on Cocoa.h. by Douglas Gregor · 16 years ago
  19. 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
  20. 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 16 years ago
  21. f185319 Fix some unused variable, control reaches end of non-void function, by Daniel Dunbar · 16 years ago
  22. 4bb64e7 Deallocate the BasePaths structure that we allocate for LookupResult. by Douglas Gregor · 16 years ago
  23. 7176fff Initial implementation of member name lookup by Douglas Gregor · 16 years ago
  24. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago