1. eefc418 by Steve Naroff · 17 years ago
  2. f387668 move ImplementationClassInfo out of ASTContext into Sema. by Chris Lattner · 17 years ago
  3. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  4. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  5. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  6. 3a165b0 by Steve Naroff · 17 years ago
  7. 37e58d1 by Steve Naroff · 17 years ago
  8. a5997c4 by Steve Naroff · 17 years ago
  9. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  10. 6a8a9a4 by Steve Naroff · 17 years ago
  11. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  12. 8c74fa4 Code clean up. Moved couple of static functions to be private members of Sema class. by Fariborz Jahanian · 17 years ago
  13. 1b6351f Patch to remove use of has table for protocol name lookup. This patch mirrors my by Fariborz Jahanian · 17 years ago
  14. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  15. bcfb06a by Steve Naroff · 17 years ago
  16. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  17. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  18. 68d331a by Steve Naroff · 17 years ago
  19. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  20. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  21. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  22. 563477d by Steve Naroff · 17 years ago
  23. fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
  24. 0093359 Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
  25. 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
  26. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  27. 708391a by Steve Naroff · 17 years ago
  28. 37387c9 by Steve Naroff · 17 years ago
  29. 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
  30. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  31. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  32. 08d92e4 by Steve Naroff · 17 years ago
  33. f13271f by Steve Naroff · 17 years ago
  34. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  35. 9474504 by Steve Naroff · 17 years ago
  36. 8e74c93 by Steve Naroff · 17 years ago
  37. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  38. c752d04 by Steve Naroff · 17 years ago
  39. e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
  40. bb20469 by Steve Naroff · 17 years ago
  41. 4473921 by Steve Naroff · 17 years ago
  42. e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
  43. 3536b44 by Steve Naroff · 17 years ago
  44. 9e8925e by Steve Naroff · 17 years ago
  45. 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  46. 371227d by Steve Naroff · 17 years ago
  47. d35005e by Steve Naroff · 17 years ago
  48. 38374b0 by Steve Naroff · 17 years ago
  49. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  50. f009063 by Steve Naroff · 17 years ago
  51. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  52. d7444aa by Steve Naroff · 17 years ago
  53. 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 17 years ago
  54. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  55. b291ab6 by Steve Naroff · 17 years ago
  56. a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 17 years ago
  57. f1120de by Steve Naroff · 17 years ago
  58. 5d79425 remove a dead argument by Chris Lattner · 17 years ago
  59. dbb3697 Implement sema support for __real/__imag nodes. by Chris Lattner · 17 years ago
  60. 9f5fa9b by Steve Naroff · 17 years ago
  61. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  62. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  63. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  64. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  65. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  66. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  67. 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
  68. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
  69. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  70. d04fdd5 by Steve Naroff · 17 years ago
  71. 363bcff by Steve Naroff · 17 years ago
  72. d34e915 by Steve Naroff · 17 years ago
  73. bea0b34 by Steve Naroff · 17 years ago
  74. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  75. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  76. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  77. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  78. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  79. 4aa88f8 by Steve Naroff · 17 years ago
  80. 7332292 by Steve Naroff · 17 years ago
  81. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  82. a4332e2 by Steve Naroff · 17 years ago
  83. 3e5e556 by Steve Naroff · 17 years ago
  84. c80b4ee by Steve Naroff · 17 years ago
  85. 90045e8 by Steve Naroff · 17 years ago
  86. 49b4526 by Steve Naroff · 17 years ago
  87. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago