1. 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 16 years ago
  2. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 16 years ago
  3. 559c0c4 Continuation of work on ObjC2's properties. by Fariborz Jahanian · 16 years ago
  4. 5833b90 Fixed a bug in categories and properties. by Fariborz Jahanian · 16 years ago
  5. f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 16 years ago
  6. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  7. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  8. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  9. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  10. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  11. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 16 years ago
  12. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  13. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  14. 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 16 years ago
  15. b048c98 This patch contains these changes: by Chris Lattner · 16 years ago
  16. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 16 years ago
  17. 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 · 16 years ago
  18. b327ce0 by Steve Naroff · 16 years ago
  19. e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 16 years ago
  20. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 16 years ago
  21. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 16 years ago
  22. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 16 years ago
  23. 75c9cae add two more Create methods. by Chris Lattner · 16 years ago
  24. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 16 years ago
  25. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 16 years ago
  26. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 16 years ago
  27. 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 16 years ago
  28. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 16 years ago
  29. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 16 years ago
  30. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 16 years ago
  31. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 16 years ago
  32. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 16 years ago
  33. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Sema/SemaDeclObjC.cpp]
  34. c63e660 move the ASTContext argument to be first in the argument list of by Chris Lattner · 16 years ago
  35. 9e151e1 switch the VarDecl allocation model to go through ASTContext. by Chris Lattner · 16 years ago
  36. da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 16 years ago
  37. 3003753 Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInterfaceDecl. by Gabor Greif · 16 years ago
  38. c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 16 years ago
  39. b7894b5 Turn handling of parameter attributes back on, fixing the ObjC breakage by Nate Begeman · 16 years ago
  40. 3c2eb66 by Steve Naroff · 17 years ago
  41. efe7f36 by Steve Naroff · 17 years ago
  42. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  43. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  44. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  45. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  46. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  47. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  48. 94a5c33 by Steve Naroff · 17 years ago
  49. a56f616 by Steve Naroff · 17 years ago
  50. 58dbdeb by Steve Naroff · 17 years ago
  51. 0e39105 make it a bit more clear in what way the ivar is consistent. by Chris Lattner · 17 years ago
  52. 609e4c7 simplify some code, bump j. This fixes the remaining test failures. by Chris Lattner · 17 years ago
  53. 4c52509 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  54. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago