1. 12bc692 Minor #include cleaning by Daniel Dunbar · 16 years ago
  2. a4755c6 When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinishCXXClassDef, by Argyrios Kyrtzidis · 16 years ago
  3. 5b7f0c8 Passing right brace location to ActOnFinishCXXClassDef is redundant, since it gets passed to ActOnFinishCXXMemberSpecification too. by Argyrios Kyrtzidis · 16 years ago
  4. 914701e Move AsmLabel into Declarator instead of just a parameter to ActOnDeclarator. by Daniel Dunbar · 16 years ago
  5. a80f874 Add more Parser/Sema support for GCC asm-label extension. by Daniel Dunbar · 16 years ago
  6. 39caa08 Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. by Argyrios Kyrtzidis · 16 years ago
  7. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  8. 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  9. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 16 years ago
  10. c9a9200 Oops...remove weird printf:-) by Steve Naroff · 16 years ago
  11. c733388 Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: redefinition of 'XCElementToggler' as different kind of symbol by Steve Naroff · 16 years ago
  12. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  13. 00bc645 -Implement proper name lookup for namespaces. by Argyrios Kyrtzidis · 17 years ago
  14. 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 17 years ago
  15. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 17 years ago
  16. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 17 years ago
  17. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 17 years ago
  18. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 17 years ago
  19. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 17 years ago
  20. 3d1cee3 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago