1. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  2. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  3. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  4. f8d9e76 Argiris Kirtzidis's fix for handling empty IdDeclInfo's in IdentifierResolver::AddDecl by Douglas Gregor · 16 years ago
  5. 7bc198f Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner. by Argyrios Kyrtzidis · 16 years ago
  6. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago
  7. 2ce52f3 Introduce support for finding class and enum names via ordinary name lookup in C++ by Douglas Gregor · 16 years ago
  8. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  9. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 16 years ago
  10. 72e62b0 Use std::list's push_back instead of resize to add an element. by Argyrios Kyrtzidis · 16 years ago
  11. 321f278 Fixed comments. by Argyrios Kyrtzidis · 16 years ago
  12. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 16 years ago
  13. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  14. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  15. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 16 years ago
  16. a2f42b1 two new files for previous patch, by Argiris Kirtzidis by Chris Lattner · 16 years ago
  17. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 16 years ago
  18. 1d78cc4 Patch for: by Fariborz Jahanian · 16 years ago
  19. def026a typedef void T; void f(T); by Chris Lattner · 16 years ago
  20. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  21. 3d1cee3 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  22. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  23. 8f8fc7b simplify reference handling. by Chris Lattner · 17 years ago
  24. 78eca28 simplify compatibility testing for tag types. by Chris Lattner · 17 years ago
  25. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 17 years ago
  26. 7cfeb08 simplify max type computation by making it return an integer (like by Chris Lattner · 17 years ago
  27. a75cea3 minor simplifications/cleanups to type comparisons. by Chris Lattner · 17 years ago
  28. 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 17 years ago
  29. f52ab25 Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189. by Chris Lattner · 17 years ago
  30. 3420766 move a semantic check out of the parser into sema. by Chris Lattner · 17 years ago
  31. b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
  32. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 17 years ago
  33. e2ef815 Add explicit support for diagnosing implicit function decls. by Steve Naroff · 17 years ago
  34. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
  35. 1330b0e Ignore qualifiers when checking vector operands, just like scalar operands. by Nate Begeman · 17 years ago
  36. bc896f5 Fix a bug where we didn't check the RHS for null, we checked by Chris Lattner · 17 years ago
  37. 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
  38. 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 17 years ago
  39. bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 17 years ago
  40. 987798a properly handle array decay in objc message exprs. by Chris Lattner · 17 years ago
  41. b327ce0 by Steve Naroff · 17 years ago
  42. d805bec Various parts of the standard require something to be an "incomplete or by Chris Lattner · 17 years ago
  43. 96b77fc 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from by Chris Lattner · 17 years ago
  44. e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 17 years ago
  45. f0467b3 rename some variables, fix 80 col violation. No functionality change. by Chris Lattner · 17 years ago
  46. fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 17 years ago
  47. c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
  48. e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
  49. 8a93423 rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
  50. 9511096 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
  51. c5e2f34 Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHeaderDir's. by Steve Naroff · 17 years ago
  52. 8c1a9a8 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
  53. 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
  54. 0d755ad Fix typo. by Steve Naroff · 17 years ago
  55. 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
  56. 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
  57. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
  58. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 17 years ago
  59. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 17 years ago
  60. 75c9cae add two more Create methods. by Chris Lattner · 17 years ago
  61. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 17 years ago
  62. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 17 years ago
  63. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
  64. 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 17 years ago
  65. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 17 years ago
  66. f962808 hoist a bunch of casting. by Chris Lattner · 17 years ago
  67. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
  68. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 17 years ago
  69. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 17 years ago
  70. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 17 years ago
  71. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  72. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago