1. 33de3f0 This patch introduces declaration of getter methods for ObjC2's by Fariborz Jahanian · 17 years ago
  2. 5251e13 Patch to refactor setter/getter names of property attributes into Selector by Fariborz Jahanian · 17 years ago
  3. 46b55e5 percolate @optional/@required protocols down to ASTs for by Fariborz Jahanian · 17 years ago
  4. aa847fe Default visbility for instance variables is protected. by Fariborz Jahanian · 17 years ago
  5. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 17 years ago
  6. f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 17 years ago
  7. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 17 years ago
  8. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 17 years ago
  9. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 17 years ago
  10. 1d78cc4 Patch for: by Fariborz Jahanian · 17 years ago
  11. e135942 refactor Parser::ParseStructDeclaration to return a vector of uninterpreted by Chris Lattner · 17 years ago
  12. 88cb27a move sorting of qualifying protocols from the parser into by Chris Lattner · 17 years ago
  13. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
  14. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
  15. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Parse/ParseObjc.cpp]
  16. 81c018d improve DeclStmt to be able to store SourceRange info correctly. by Chris Lattner · 17 years ago
  17. 6b88450 implement simple support for arbitrary token lookahead. Change the by Chris Lattner · 17 years ago
  18. da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
  19. c1b3ba5 ParseCompoundStatementBody expects to only be called with { as the current by Chris Lattner · 18 years ago
  20. 5e7dc44 by Steve Naroff · 18 years ago
  21. 64515f3 by Steve Naroff · 18 years ago
  22. 9d49395 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 18 years ago
  23. 78a677b Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 18 years ago
  24. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 18 years ago
  25. c385c90 Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 18 years ago
  26. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 18 years ago
  27. 14dd98a Factor a complex predicate out to a helper method. by Chris Lattner · 18 years ago
  28. 699b661 split the second half of ParseObjCMessageExpression into a new by Chris Lattner · 18 years ago
  29. 94cdb25 Warn (as gcc does) when @end does not close anything. by Fariborz Jahanian · 18 years ago
  30. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 18 years ago
  31. 335a2d4 Minor changes as suggested by Chris L. by Fariborz Jahanian · 18 years ago
  32. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 18 years ago
  33. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 18 years ago
  34. 0ba0aa1 Prevent crash on incorrect objc messaging expression. by Fariborz Jahanian · 18 years ago
  35. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  36. cb53b36 - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeywordID(). by Chris Lattner · 18 years ago
  37. aa715be use new interface. by Chris Lattner · 18 years ago
  38. 79a99f2 Concatenation of objc strings. by Fariborz Jahanian · 18 years ago
  39. e8b724d move function to a more logical location, add its grammar productions. by Chris Lattner · 18 years ago
  40. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 18 years ago
  41. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 18 years ago
  42. 887407e by Steve Naroff · 18 years ago
  43. 49f109c by Steve Naroff · 18 years ago
  44. 335eafa by Steve Naroff · 18 years ago
  45. 9298d96 Handle "bool" in all places that touch _Bool. by Chris Lattner · 18 years ago
  46. 71c0a95 by Steve Naroff · 18 years ago
  47. 0523aaf 'super' nailed. by Fariborz Jahanian · 18 years ago
  48. 1150821 by Steve Naroff · 18 years ago
  49. d6d054d by Steve Naroff · 18 years ago
  50. 409be83 by Steve Naroff · 18 years ago
  51. 0416fb9 by Steve Naroff · 18 years ago
  52. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 18 years ago
  53. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 18 years ago
  54. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 18 years ago
  55. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 18 years ago
  56. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 18 years ago
  57. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 18 years ago
  58. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 18 years ago
  59. beaf299 by Steve Naroff · 18 years ago
  60. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 18 years ago
  61. bd49a64 AST for @try statement. by Fariborz Jahanian · 18 years ago
  62. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 18 years ago
  63. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 18 years ago
  64. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 18 years ago
  65. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 18 years ago
  66. 8749be5 by Steve Naroff · 18 years ago
  67. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 18 years ago
  68. 423cb56 by Steve Naroff · 18 years ago
  69. 2feac5e by Steve Naroff · 18 years ago
  70. f908a87 by Steve Naroff · 18 years ago
  71. 91fa0b7 by Steve Naroff · 18 years ago
  72. 60fccee by Steve Naroff · 18 years ago
  73. bef1185 by Steve Naroff · 18 years ago
  74. 58065b2 add NL at end of file by Gabor Greif · 18 years ago
  75. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 18 years ago
  76. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 18 years ago
  77. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 18 years ago
  78. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 18 years ago
  79. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 18 years ago
  80. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 18 years ago
  81. a642beb by Steve Naroff · 18 years ago
  82. 58ff9e8 by Steve Naroff · 18 years ago
  83. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 18 years ago
  84. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 18 years ago
  85. e440eb8 by Steve Naroff · 18 years ago
  86. df19526 swtich to Token::is/isNot by Chris Lattner · 18 years ago
  87. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 18 years ago
  88. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 18 years ago
  89. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 18 years ago
  90. 29238a0 by Steve Naroff · 18 years ago
  91. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 18 years ago
  92. 3a165b0 by Steve Naroff · 18 years ago
  93. 37e58d1 by Steve Naroff · 18 years ago
  94. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 18 years ago
  95. 4db1089 by Steve Naroff · 18 years ago
  96. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 18 years ago
  97. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 18 years ago
  98. 5b6b72f by Steve Naroff · 18 years ago
  99. bcfb06a by Steve Naroff · 18 years ago
  100. d064951 Patch to use case-stmt for keywords used as selectgor names. by Fariborz Jahanian · 18 years ago