1. 74c43a0 Added another test case for the Dead Stores checker that tests that by Ted Kremenek · 17 years ago
  2. 8aefcbf Added test case for dead stores checker (live variables analysis) that tests by Ted Kremenek · 17 years ago
  3. aa395ba Added test case for dead-stores checker. Test case provided by Nuno Lopes. by Ted Kremenek · 17 years ago
  4. f82228f Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
  5. 41af093 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
  6. 6de88a8 Type encoding for structs. by Fariborz Jahanian · 17 years ago
  7. bac97d4 Fixed a rewrite of metadata bug when category implementation has no matching interface. by Fariborz Jahanian · 17 years ago
  8. 1b2c54b Updated test case to flag about comparisons against constants. We may by Ted Kremenek · 17 years ago
  9. c8f488d Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  10. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  11. 1d09ecc improve handling of address of global when checking for by Chris Lattner · 17 years ago
  12. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  13. 0416fb9 by Steve Naroff · 17 years ago
  14. d848a38 by Steve Naroff · 17 years ago
  15. c43d868 by Steve Naroff · 17 years ago
  16. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  17. f68a63f by Steve Naroff · 17 years ago
  18. 1f7b6f8 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
  19. 3560002 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
  20. e3995fe improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
  21. fcc2d26 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
  22. ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  23. 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  24. 3a3ca1b Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  25. ca4e19e Fixed tests. by Fariborz Jahanian · 17 years ago
  26. bb60846 Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  27. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  28. a8335a9 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  29. 3ca0bf2 For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  30. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  31. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  32. 3da2db4 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
  33. 9a11b9a Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
  34. 54d02e9 by Steve Naroff · 17 years ago
  35. d4dd30f by Steve Naroff · 17 years ago
  36. 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
  37. fd8b4a4 by Steve Naroff · 17 years ago
  38. 417c909 by Steve Naroff · 17 years ago
  39. 3b8e891 by Steve Naroff · 17 years ago
  40. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  41. 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
  42. 81bfde9 by Steve Naroff · 17 years ago
  43. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  44. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  45. 983df5b by Steve Naroff · 17 years ago
  46. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  47. be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
  48. 1ff8b58 Fix a warning by Anders Carlsson · 17 years ago
  49. 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  50. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  51. 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  52. 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  53. 8f74476 by Steve Naroff · 17 years ago
  54. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  55. 075878a Temporary fix to test case. This area is currently under construction...test case will be changing again soon. by Steve Naroff · 17 years ago
  56. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  57. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  58. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  59. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  60. 3b95017 by Steve Naroff · 17 years ago
  61. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  62. b216c88 by Steve Naroff · 17 years ago
  63. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  64. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  65. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  66. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  67. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  68. 00ae8d5 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  69. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  70. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  71. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  72. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  73. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  74. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  75. b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  76. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  77. bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
  78. 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
  79. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  80. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  81. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  82. 3536b44 by Steve Naroff · 17 years ago
  83. e39245b disable this for now. by Chris Lattner · 17 years ago
  84. 371227d by Steve Naroff · 17 years ago
  85. d35005e by Steve Naroff · 17 years ago
  86. 38374b0 by Steve Naroff · 17 years ago
  87. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  88. f009063 by Steve Naroff · 17 years ago
  89. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  90. d7444aa by Steve Naroff · 17 years ago
  91. 42471f8 by Steve Naroff · 17 years ago
  92. d3fb6ad a new testcase by Chris Lattner · 17 years ago
  93. 054fad5 -C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up. by Chris Lattner · 17 years ago
  94. b944951 Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  95. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  96. 53a3234 by Steve Naroff · 17 years ago
  97. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  98. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  99. 1e45efa new testcase by Chris Lattner · 17 years ago
  100. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago