1. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 18 years ago
  2. 8ee529b by Steve Naroff · 18 years ago
  3. 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 18 years ago
  4. 423cb56 by Steve Naroff · 18 years ago
  5. f908a87 by Steve Naroff · 18 years ago
  6. 60fccee by Steve Naroff · 18 years ago
  7. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 18 years ago
  8. bef1185 by Steve Naroff · 18 years ago
  9. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 18 years ago
  10. 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 · 18 years ago
  11. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 18 years ago
  12. 81bfde9 by Steve Naroff · 18 years ago
  13. 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 18 years ago
  14. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 18 years ago
  15. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 18 years ago
  16. 7e219e4 by Steve Naroff · 18 years ago
  17. 58ff9e8 by Steve Naroff · 18 years ago
  18. 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 18 years ago
  19. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 18 years ago
  20. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 18 years ago
  21. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 18 years ago
  22. 3b95017 by Steve Naroff · 18 years ago
  23. e440eb8 by Steve Naroff · 18 years ago
  24. b216c88 by Steve Naroff · 18 years ago
  25. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 18 years ago
  26. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 18 years ago
  27. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 18 years ago
  28. eefc418 by Steve Naroff · 18 years ago
  29. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 18 years ago
  30. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 18 years ago
  31. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 18 years ago
  32. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 18 years ago
  33. 3a165b0 by Steve Naroff · 18 years ago
  34. 37e58d1 by Steve Naroff · 18 years ago
  35. a5997c4 by Steve Naroff · 18 years ago
  36. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 18 years ago
  37. 6a8a9a4 by Steve Naroff · 18 years ago
  38. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 18 years ago
  39. 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 18 years ago
  40. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 18 years ago
  41. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 18 years ago
  42. bcfb06a by Steve Naroff · 18 years ago
  43. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 18 years ago
  44. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 18 years ago
  45. 68d331a by Steve Naroff · 18 years ago
  46. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 18 years ago
  47. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 18 years ago
  48. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 18 years ago
  49. 563477d by Steve Naroff · 18 years ago
  50. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 18 years ago
  51. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 18 years ago
  52. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 18 years ago
  53. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 18 years ago
  54. 708391a by Steve Naroff · 18 years ago
  55. 37387c9 by Steve Naroff · 18 years ago
  56. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 18 years ago
  57. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 18 years ago
  58. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 18 years ago
  59. 08d92e4 by Steve Naroff · 18 years ago
  60. f13271f by Steve Naroff · 18 years ago
  61. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 18 years ago
  62. 9474504 by Steve Naroff · 18 years ago
  63. 8e74c93 by Steve Naroff · 18 years ago
  64. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 18 years ago
  65. c752d04 by Steve Naroff · 18 years ago
  66. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 18 years ago
  67. bb20469 by Steve Naroff · 18 years ago
  68. 4473921 by Steve Naroff · 18 years ago
  69. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 18 years ago
  70. 3536b44 by Steve Naroff · 18 years ago
  71. 9e8925e by Steve Naroff · 18 years ago
  72. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 18 years ago
  73. 371227d by Steve Naroff · 18 years ago
  74. d35005e by Steve Naroff · 18 years ago
  75. 38374b0 by Steve Naroff · 18 years ago
  76. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 18 years ago
  77. f009063 by Steve Naroff · 18 years ago
  78. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 18 years ago
  79. d7444aa by Steve Naroff · 18 years ago
  80. 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 18 years ago
  81. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 18 years ago
  82. b291ab6 by Steve Naroff · 18 years ago
  83. a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 18 years ago
  84. f1120de by Steve Naroff · 18 years ago
  85. 5d79425 remove a dead argument by Chris Lattner · 18 years ago
  86. dbb3697 Implement sema support for __real/__imag nodes. by Chris Lattner · 18 years ago
  87. 9f5fa9b by Steve Naroff · 18 years ago
  88. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 18 years ago
  89. f9bcf01 Parse @encode expressions. by Anders Carlsson · 18 years ago
  90. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 18 years ago
  91. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 18 years ago
  92. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 18 years ago
  93. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 18 years ago
  94. 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 18 years ago
  95. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 18 years ago
  96. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 18 years ago
  97. d04fdd5 by Steve Naroff · 18 years ago
  98. 363bcff by Steve Naroff · 18 years ago
  99. d34e915 by Steve Naroff · 18 years ago
  100. bea0b34 by Steve Naroff · 18 years ago