1. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  2. 8f8fc7b simplify reference handling. by Chris Lattner · 17 years ago
  3. 78eca28 simplify compatibility testing for tag types. by Chris Lattner · 17 years ago
  4. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 17 years ago
  5. 7cfeb08 simplify max type computation by making it return an integer (like by Chris Lattner · 17 years ago
  6. a75cea3 minor simplifications/cleanups to type comparisons. by Chris Lattner · 17 years ago
  7. 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 17 years ago
  8. f52ab25 Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189. by Chris Lattner · 17 years ago
  9. 3420766 move a semantic check out of the parser into sema. by Chris Lattner · 17 years ago
  10. b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
  11. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 17 years ago
  12. e2ef815 Add explicit support for diagnosing implicit function decls. by Steve Naroff · 17 years ago
  13. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
  14. 1330b0e Ignore qualifiers when checking vector operands, just like scalar operands. by Nate Begeman · 17 years ago
  15. bc896f5 Fix a bug where we didn't check the RHS for null, we checked by Chris Lattner · 17 years ago
  16. 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
  17. 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 17 years ago
  18. bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 17 years ago
  19. 987798a properly handle array decay in objc message exprs. by Chris Lattner · 17 years ago
  20. b327ce0 by Steve Naroff · 17 years ago
  21. d805bec Various parts of the standard require something to be an "incomplete or by Chris Lattner · 17 years ago
  22. 96b77fc 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from by Chris Lattner · 17 years ago
  23. e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 17 years ago
  24. f0467b3 rename some variables, fix 80 col violation. No functionality change. by Chris Lattner · 17 years ago
  25. fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 17 years ago
  26. c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
  27. e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
  28. 8a93423 rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
  29. 9511096 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
  30. c5e2f34 Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHeaderDir's. by Steve Naroff · 17 years ago
  31. 8c1a9a8 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
  32. 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
  33. 0d755ad Fix typo. by Steve Naroff · 17 years ago
  34. 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
  35. 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
  36. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
  37. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 17 years ago
  38. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 17 years ago
  39. 75c9cae add two more Create methods. by Chris Lattner · 17 years ago
  40. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 17 years ago
  41. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 17 years ago
  42. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
  43. 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 17 years ago
  44. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 17 years ago
  45. f962808 hoist a bunch of casting. by Chris Lattner · 17 years ago
  46. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
  47. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 17 years ago
  48. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 17 years ago
  49. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 17 years ago
  50. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  51. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago