1. dda56e4 Support for C++11 (non-template) alias declarations. by Richard Smith · 15 years ago
  2. 337e3a5 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 16 years ago
  3. 1700197 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 16 years ago
  4. 4361bc1 Keep track of type references in DeclReferenceMap. by Argyrios Kyrtzidis · 16 years ago
  5. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  6. c3deb79 Use helper class ASTVisitor to fully traverse an AST. by Argyrios Kyrtzidis · 16 years ago
  7. b78139f Handle references from ObjCIvarRefExprs. by Argyrios Kyrtzidis · 16 years ago
  8. 5614aef Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl(). by Argyrios Kyrtzidis · 16 years ago
  9. a28d145 In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them. by Argyrios Kyrtzidis · 16 years ago
  10. c9f6c33 fix file headers. by Chris Lattner · 16 years ago
  11. 63afa49 Move ASTLocation and DeclReferenceMap from the AST library to the Index library. by Argyrios Kyrtzidis · 16 years ago[Renamed (95%) from clang/lib/AST/DeclReferenceMap.cpp]
  12. b004802 Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 16 years ago
  13. e568a97 Introduce the DeclReferenceMap class inside the AST library. by Argyrios Kyrtzidis · 16 years ago