1. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  2. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  3. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  4. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 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. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  8. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  9. d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  10. 0da1c10 Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  11. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  12. b27c156 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  13. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  14. bd51b87 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
  15. 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
  16. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  17. e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  18. 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  19. 3536b44 by Steve Naroff · 17 years ago
  20. e39245b disable this for now. by Chris Lattner · 17 years ago
  21. 371227d by Steve Naroff · 17 years ago
  22. d35005e by Steve Naroff · 17 years ago
  23. 38374b0 by Steve Naroff · 17 years ago
  24. 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
  25. f009063 by Steve Naroff · 17 years ago
  26. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  27. d7444aa by Steve Naroff · 17 years ago
  28. 42471f8 by Steve Naroff · 17 years ago
  29. d3fb6ad a new testcase by Chris Lattner · 17 years ago
  30. 054fad5 -C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up. by Chris Lattner · 17 years ago
  31. b944951 Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  32. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  33. 53a3234 by Steve Naroff · 17 years ago
  34. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  35. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  36. 1e45efa new testcase by Chris Lattner · 17 years ago
  37. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  38. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  39. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  40. 77878cc by Steve Naroff · 17 years ago
  41. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  42. 26b8ff4 by Steve Naroff · 17 years ago
  43. ce7f4cc steve's recent changes fixed this bogus warning. by Chris Lattner · 17 years ago
  44. d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
  45. 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  46. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  47. f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  48. b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  49. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  50. d818a71 Test that cocoa parses with -parse-noop. In the future by Chris Lattner · 17 years ago
  51. 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
  52. f8f9517 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
  53. 4774b4d Added extra test case to check proper handling of archaic array indexing: 4[A] 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. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  57. 345dc62 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  58. f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
  59. 6f66c26 update test by Chris Lattner · 17 years ago
  60. 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  61. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  62. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  63. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  64. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  65. 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
  66. d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
  67. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  68. 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
  69. 9697a5c I forgot to check this in earlier by Chris Lattner · 17 years ago
  70. 08ad47c Fix references: by Bill Wendling · 17 years ago
  71. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  72. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  73. a63ff14 new testcase that crashes the cfe due to implicit conversion fun by Chris Lattner · 17 years ago
  74. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago