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