1. e9146f2 Replace more release+static_cast with takeAs. by Anders Carlsson · 15 years ago
  2. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago
  3. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  4. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  5. befc20e The injected-class-name of class templates and class template by Douglas Gregor · 15 years ago
  6. 3d7a12a Implement template instantiation for static data members of class by Douglas Gregor · 15 years ago
  7. 06c0fec Pass access specifiers through to member classes and member enums. by Douglas Gregor · 15 years ago
  8. d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 15 years ago
  9. 4f722be Stub out some declaration kinds that cannot ever be instantiated by Douglas Gregor · 15 years ago
  10. 6477b69 Minor refactoring to eliminate an extra switch during template instantiation by Douglas Gregor · 15 years ago
  11. bb969ed Template instantiation for conversion functions by Douglas Gregor · 15 years ago
  12. 615c5d4 Template instantiation for constructors by Douglas Gregor · 15 years ago
  13. 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 15 years ago
  14. 5545e16 Cleanup template instantiation for methods, destructors by Douglas Gregor · 15 years ago
  15. 03b2b07 Template instantiation for destructors. This is somewhat repetitive; by Douglas Gregor · 15 years ago
  16. 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 15 years ago
  17. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 15 years ago