1. 5975f77 Patch to warn on umimplemented methods coming from class's protocols. by Fariborz Jahanian · 17 years ago
  2. 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  3. 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  4. 56b7086 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  5. d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
  6. 1c0eedb Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy by Fariborz Jahanian · 17 years ago
  7. c091b5d This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  8. e6cdeb5 If we see an invalid #ifdef directive, enter a conditional compilation region by Chris Lattner · 17 years ago
  9. ac77583 This patch adds to new things to clang: by Fariborz Jahanian · 17 years ago
  10. c716c94 This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  11. a5f4040 Handle forward declaration of classes and prevent re-instantiation of by Fariborz Jahanian · 17 years ago
  12. 0b59d9c Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago
  13. 64b864e Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  14. 63ca8ae Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  15. 023a439 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
  16. 420d0f5 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
  17. 81f1bba by Steve Naroff · 17 years ago
  18. d4462f9 Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
  19. 1e534dc 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  20. 2806720 disable this for now. by Chris Lattner · 17 years ago
  21. 509d0b5 by Steve Naroff · 17 years ago
  22. 1c9de71 by Steve Naroff · 17 years ago
  23. 7c9d72d by Steve Naroff · 17 years ago
  24. 9091f3f More semantic analysis of initializers. by Steve Naroff · 17 years ago
  25. e14e554 by Steve Naroff · 17 years ago
  26. f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  27. 5eb879b by Steve Naroff · 17 years ago
  28. 63b6a64 by Steve Naroff · 17 years ago
  29. cc4f924 a new testcase by Chris Lattner · 17 years ago
  30. 10af78c -C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up. by Chris Lattner · 17 years ago
  31. 7421e9c Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  32. ec761af Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  33. bbe686b Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
  34. cae537d by Steve Naroff · 17 years ago
  35. 47958f6 extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  36. 11f20f9 warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  37. 73ae75b new testcase by Chris Lattner · 17 years ago
  38. 206754a compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  39. 0661105 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  40. f77c56e add some more testcases now that sema is happier :) by Chris Lattner · 17 years ago
  41. 8e2b103 testcase that doesn't work quite yet by Chris Lattner · 17 years ago
  42. 3ea3b66 extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  43. c33c060 by Steve Naroff · 17 years ago
  44. 8141772 implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  45. e0cc508 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
  46. 0e974f9 new testcases by Chris Lattner · 17 years ago
  47. 852d115 Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  48. 209689a by Steve Naroff · 17 years ago
  49. d4c473b steve's recent changes fixed this bogus warning. by Chris Lattner · 17 years ago
  50. 22be842 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
  51. 42e05d3 new testcase by Chris Lattner · 17 years ago
  52. c640c3f Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 17 years ago
  53. f493756 reenable this. by Chris Lattner · 17 years ago
  54. 9797d52 test the parser only, not sema. by Chris Lattner · 17 years ago
  55. 01211af implement codegen for real/imag. TODO: imag of non-complex. by Chris Lattner · 17 years ago
  56. 660e31d Teach emit-llvm for scalars to properly handle compound assignment by Chris Lattner · 17 years ago
  57. 1b4429a make this harder by Chris Lattner · 17 years ago
  58. 0ab833c finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  59. 7443e0f detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  60. 2b1b9a8 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  61. 1a4066d report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  62. ce421c8 this test is passing, though it is generating bogus code at the moment. by Chris Lattner · 17 years ago
  63. 3429a81 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  64. 39c851c run .m files as tests by Chris Lattner · 17 years ago
  65. 21ac6ef Test that cocoa parses with -parse-noop. In the future by Chris Lattner · 17 years ago
  66. d190ac2 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  67. 9a94e29 add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
  68. 74e5f00 we now correctly emit: by Chris Lattner · 17 years ago
  69. b2cb9cb Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
  70. 1831a57 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
  71. 2f88b88 Added extra test case to check proper handling of archaic array indexing: 4[A] by Ted Kremenek · 17 years ago
  72. e7e7aa2 Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  73. 4462cb0 by Steve Naroff · 17 years ago
  74. 081ed87 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  75. f45abe7 xfail this for now. by Chris Lattner · 17 years ago
  76. 06f4e75 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  77. 2e64c07 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  78. 4b6f475 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  79. b189fa2 fix this test to pass. by Chris Lattner · 17 years ago
  80. d238888 make this harder by Chris Lattner · 17 years ago
  81. 8d3b170 Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  82. 5e4f6bd by Steve Naroff · 17 years ago
  83. c6fb568 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  84. 613a3d3 fix hang in testsuite by Chris Lattner · 17 years ago
  85. 8934552 Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  86. 93c5301 by Steve Naroff · 17 years ago
  87. af8cd2d by Steve Naroff · 17 years ago
  88. 19e09d8 testcase for vector element access stuff. by Chris Lattner · 17 years ago
  89. 8a6ac29 oops, this is the real fix. by Chris Lattner · 17 years ago
  90. 584b911 update test by Chris Lattner · 17 years ago
  91. 5723cbc make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  92. 11b649c by Steve Naroff · 17 years ago
  93. 4c255ab by Steve Naroff · 17 years ago
  94. 7cbb146 by Steve Naroff · 17 years ago
  95. ba67f69 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  96. 1b8a46c Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  97. f47a75b don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  98. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago