1. a0992b6 by Steve Naroff · 17 years ago
  2. 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
  3. d3f2f79 Implemnt isVariablyModifiedType correctly. by Eli Friedman · 17 years ago
  4. 5a1b0c4 Add more tests by Anders Carlsson · 17 years ago
  5. 6a24acb Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 17 years ago
  6. 3e5849e Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 17 years ago
  7. f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
  8. 708eed5 Nevermind, these tests work... I messed up my testing. by Eli Friedman · 17 years ago
  9. d574052 Partial fix for struct compatibility; there's still something messy by Eli Friedman · 17 years ago
  10. e39bfd0 by Steve Naroff · 17 years ago
  11. 4b3f9b3 Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 17 years ago
  12. bab9696 Make typechecking for enum+int compatibility stricter. by Eli Friedman · 17 years ago
  13. 4c721d3 Fix type compatibility between constant and variable arrays. by Eli Friedman · 17 years ago
  14. 9532414 by Steve Naroff · 17 years ago
  15. 88cf226 Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 17 years ago
  16. 3a15485 by Steve Naroff · 17 years ago
  17. b43eaa5 by Steve Naroff · 17 years ago
  18. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  19. f76f5ed Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 17 years ago
  20. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  21. acb818a by Steve Naroff · 17 years ago
  22. 75ceedf by Steve Naroff · 17 years ago
  23. 336ed0b by Steve Naroff · 17 years ago
  24. efe7f36 by Steve Naroff · 17 years ago
  25. 3628097 by Steve Naroff · 17 years ago
  26. 03d6bc6 by Steve Naroff · 17 years ago
  27. a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
  28. 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
  29. 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
  30. 3508084 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
  31. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
  32. 369dee4 It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
  33. 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  34. 868d08f Fix a bogus test by Chris Lattner · 17 years ago
  35. 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
  36. 890d93e by Steve Naroff · 17 years ago
  37. e0c5414 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
  38. b7b032e by Steve Naroff · 17 years ago
  39. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  40. 2565eef by Steve Naroff · 17 years ago
  41. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  42. ba03eda by Steve Naroff · 17 years ago
  43. 578edc6 by Steve Naroff · 17 years ago
  44. 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago
  45. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  46. a996033 by Steve Naroff · 17 years ago
  47. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  48. 7da8d94 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
  49. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  50. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  51. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  52. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  53. 20ebf8f by Steve Naroff · 17 years ago
  54. 9a75f8a by Steve Naroff · 17 years ago
  55. d3cd1e5 by Steve Naroff · 17 years ago
  56. 1b4a622 by Steve Naroff · 17 years ago
  57. 67c49e8 by Steve Naroff · 17 years ago
  58. 837618c by Steve Naroff · 17 years ago
  59. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  60. dfb9bbb by Steve Naroff · 17 years ago
  61. 02f62a9 by Steve Naroff · 17 years ago
  62. 4cdec1c by Steve Naroff · 17 years ago
  63. 14f3f1b by Steve Naroff · 17 years ago
  64. 3f0c5ad Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
  65. adbbd0c by Steve Naroff · 17 years ago
  66. e9b1219 by Steve Naroff · 17 years ago
  67. aa58f00 by Steve Naroff · 17 years ago
  68. 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  69. aaffbf7 by Steve Naroff · 17 years ago
  70. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  71. 1423ea4 Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  72. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  73. d577b5e Pass rewritten output to 'clang' for verification. by Fariborz Jahanian · 17 years ago
  74. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  75. ffce4d5 by Steve Naroff · 17 years ago
  76. 4a74678 by Steve Naroff · 17 years ago
  77. 58d1821 by Steve Naroff · 17 years ago
  78. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  79. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  80. 7f93ce9 Another test case for testing rewriteing of nested foreach-statement. by Fariborz Jahanian · 17 years ago
  81. 3886012 Remove dependency on objc.h by Fariborz Jahanian · 17 years ago
  82. b8f13a8 by Steve Naroff · 17 years ago
  83. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  84. b6d54e5 by Steve Naroff · 17 years ago
  85. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  86. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  87. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  88. c992b4a update for changes in diagnostic strings. by Chris Lattner · 17 years ago
  89. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  90. 9d3185e Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
  91. 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
  92. aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
  93. dc5c01b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
  94. 7b5e1b8 Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
  95. 4c71f1a This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
  96. b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
  97. 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
  98. cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
  99. 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
  100. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago