1. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  2. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  3. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  4. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  5. 945c0a8 by Steve Naroff · 17 years ago
  6. db611d5 by Steve Naroff · 17 years ago
  7. beaf299 by Steve Naroff · 17 years ago
  8. 31e6c7d Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
  9. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  10. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  11. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  12. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  13. 54e6235 Propagate bitfield info. by Devang Patel · 17 years ago
  14. f1de0ca 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  15. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  16. 8ee529b by Steve Naroff · 17 years ago
  17. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  18. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  19. 8be9d0a Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  20. 09b266e by Steve Naroff · 17 years ago
  21. 59092d0 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  22. fb1051b minor tweaks by Chris Lattner · 17 years ago
  23. bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  24. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  25. 423cb56 by Steve Naroff · 17 years ago
  26. 2feac5e by Steve Naroff · 17 years ago
  27. f908a87 by Steve Naroff · 17 years ago
  28. 60fccee by Steve Naroff · 17 years ago
  29. 72cb1ae Added some comments. by Ted Kremenek · 17 years ago
  30. 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  31. e780f0d For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  32. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  33. 84d35ce when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
  34. 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  35. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  36. bef1185 by Steve Naroff · 17 years ago
  37. 7780d2d This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
  38. 26e4cd3 Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
  39. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  40. 806a4eb by Steve Naroff · 17 years ago
  41. 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  42. 733002f by Steve Naroff · 17 years ago
  43. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  44. 3187e20 by Steve Naroff · 17 years ago
  45. d4dd30f by Steve Naroff · 17 years ago
  46. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  47. fd8b4a4 by Steve Naroff · 17 years ago
  48. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  49. 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
  50. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  51. 81bfde9 by Steve Naroff · 17 years ago
  52. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  53. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  54. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  55. 3bea81b by Steve Naroff · 17 years ago
  56. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  57. 983df5b by Steve Naroff · 17 years ago
  58. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  59. a1fe117 by Steve Naroff · 17 years ago
  60. 2198891 by Steve Naroff · 17 years ago
  61. ec0550f by Steve Naroff · 17 years ago
  62. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  63. be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  64. 7e219e4 by Steve Naroff · 17 years ago
  65. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  66. ff1afdb by Steve Naroff · 17 years ago
  67. 3d58138 by Steve Naroff · 17 years ago
  68. 58ff9e8 by Steve Naroff · 17 years ago
  69. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  70. 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  71. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  72. 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  73. 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
  74. 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  75. 8f74476 by Steve Naroff · 17 years ago
  76. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  77. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  78. bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
  79. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  80. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  81. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  82. 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
  83. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  84. 3b95017 by Steve Naroff · 17 years ago
  85. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  86. e440eb8 by Steve Naroff · 17 years ago
  87. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  88. b216c88 by Steve Naroff · 17 years ago
  89. 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
  90. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
  91. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  92. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  93. 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
  94. eefc418 by Steve Naroff · 17 years ago
  95. 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  96. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  97. 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  98. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  99. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  100. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago