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