1. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  2. 806a4eb by Steve Naroff · 17 years ago
  3. 3e27aa1 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
  4. 733002f by Steve Naroff · 17 years ago
  5. f4d331d Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
  6. 3187e20 by Steve Naroff · 17 years ago
  7. d4dd30f by Steve Naroff · 17 years ago
  8. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  9. fd8b4a4 by Steve Naroff · 17 years ago
  10. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  11. 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
  12. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  13. 81bfde9 by Steve Naroff · 17 years ago
  14. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
  15. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  16. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  17. 3bea81b by Steve Naroff · 17 years ago
  18. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  19. 983df5b by Steve Naroff · 17 years ago
  20. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  21. a1fe117 by Steve Naroff · 17 years ago
  22. 2198891 by Steve Naroff · 17 years ago
  23. ec0550f by Steve Naroff · 17 years ago
  24. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  25. be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  26. 7e219e4 by Steve Naroff · 17 years ago
  27. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  28. ff1afdb by Steve Naroff · 17 years ago
  29. 3d58138 by Steve Naroff · 17 years ago
  30. 58ff9e8 by Steve Naroff · 17 years ago
  31. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  32. 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  33. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  34. 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  35. 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
  36. 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  37. 8f74476 by Steve Naroff · 17 years ago
  38. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  39. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  40. bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
  41. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  42. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  43. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  44. 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
  45. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  46. 3b95017 by Steve Naroff · 17 years ago
  47. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  48. e440eb8 by Steve Naroff · 17 years ago
  49. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  50. b216c88 by Steve Naroff · 17 years ago
  51. 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
  52. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
  53. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  54. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  55. 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
  56. eefc418 by Steve Naroff · 17 years ago
  57. 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  58. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  59. 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  60. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  61. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  62. 6a0e89e switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argument. by Chris Lattner · 17 years ago
  63. fd5de47 introduce a new NamedDecl class, switch a couple of things over to using it. by Chris Lattner · 17 years ago
  64. 7e62072 simplify the interface to create ObjcClassDecl's. by Chris Lattner · 17 years ago
  65. b97de3e simplify the interface for creating ObjcForwardProtocolDecl by Chris Lattner · 17 years ago
  66. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  67. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  68. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  69. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  70. 3f5faf7 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
  71. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  72. 3a165b0 by Steve Naroff · 17 years ago
  73. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  74. 37e58d1 by Steve Naroff · 17 years ago
  75. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  76. a5997c4 by Steve Naroff · 17 years ago
  77. 768f26e by Steve Naroff · 17 years ago
  78. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  79. 6a8a9a4 by Steve Naroff · 17 years ago
  80. 6019903 ObjcCategoryDecl Does not subclass from ScopedDecl any more. by Fariborz Jahanian · 17 years ago
  81. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  82. 980e508 by Steve Naroff · 17 years ago
  83. 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
  84. 5c0fa30 Fix a bug I just introduced. by Chris Lattner · 17 years ago
  85. b7f4f2a simplify an expression by Chris Lattner · 17 years ago
  86. 3a63da7 This patch fixes all issues mentioned in clattner's feedback of by Fariborz Jahanian · 17 years ago
  87. 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  88. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  89. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  90. bcfb06a by Steve Naroff · 17 years ago
  91. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  92. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  93. 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
  94. 68d331a by Steve Naroff · 17 years ago
  95. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  96. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  97. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  98. 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
  99. b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  100. 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago