1. c72d22d rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
  2. 9fcf5b6 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
  3. 02564e5 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
  4. efc1121 Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
  5. ea58326 Correctly error on arrays with automatic storage full of objects with by Nate Begeman · 17 years ago
  6. 0606819 ISO/IEC TR 18037 by Nate Begeman · 17 years ago
  7. 246e8e8 Add new test by Nate Begeman · 17 years ago
  8. e576941 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
  9. 41612be move deprecated -> attributes.c by Chris Lattner · 17 years ago
  10. 6a0a1cd Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. by Gabor Greif · 17 years ago
  11. 402b337 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  12. 73cf87e Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 17 years ago
  13. 70f1624 Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
  14. 1b6633d testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 17 years ago
  15. 580a1c7 add a test case by Nate Begeman · 17 years ago
  16. 6e1c6bb add some semantic checks for address spaces. by Chris Lattner · 17 years ago
  17. 3235d4e fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 17 years ago
  18. 74a7781 by Steve Naroff · 17 years ago
  19. ec9361f Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
  20. 043e42a Implemnt isVariablyModifiedType correctly. by Eli Friedman · 17 years ago
  21. 22ff895 Add more tests by Anders Carlsson · 17 years ago
  22. 8d2b2b7 Make sizeof and __alignof work correctly with packed structs. by Anders Carlsson · 17 years ago
  23. d717b22 Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 17 years ago
  24. 5247bf8 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
  25. 102ecbb Nevermind, these tests work... I messed up my testing. by Eli Friedman · 17 years ago
  26. e7fb03a Partial fix for struct compatibility; there's still something messy by Eli Friedman · 17 years ago
  27. 8329885 by Steve Naroff · 17 years ago
  28. d899dbe Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 17 years ago
  29. ad6c06c Make typechecking for enum+int compatibility stricter. by Eli Friedman · 17 years ago
  30. 398837e Fix type compatibility between constant and variable arrays. by Eli Friedman · 17 years ago
  31. 3cd7fc3 by Steve Naroff · 17 years ago
  32. c27156b 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
  33. 5532d69 by Steve Naroff · 17 years ago
  34. ee46703 by Steve Naroff · 17 years ago
  35. a6dcce3 Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  36. a6ecb9e Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 17 years ago
  37. 871fd79 Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  38. ec7736d by Steve Naroff · 17 years ago
  39. e134501 by Steve Naroff · 17 years ago
  40. ac26e9a by Steve Naroff · 17 years ago
  41. b268d2a by Steve Naroff · 17 years ago
  42. 8ce442a by Steve Naroff · 17 years ago
  43. ab3dfe0 by Steve Naroff · 17 years ago
  44. 6528099 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
  45. 76b4983 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
  46. 1e753783 Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
  47. 6cf9294 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
  48. 9e1b80d Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
  49. 4b3db2b 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
  50. 05fd1cc make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  51. 25166a0 Fix a bogus test by Chris Lattner · 17 years ago
  52. 2c02216 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
  53. 1427f36 by Steve Naroff · 17 years ago
  54. bef4756 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
  55. b00247f by Steve Naroff · 17 years ago
  56. 499bf41 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  57. 577f972 by Steve Naroff · 17 years ago
  58. 52774ad Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  59. dec17fe by Steve Naroff · 17 years ago
  60. edce4ec by Steve Naroff · 17 years ago
  61. bc66201 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago
  62. c4e28e4 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  63. f3cb514 by Steve Naroff · 17 years ago
  64. 8334334 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  65. c884988 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
  66. 248db26 Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  67. 8e9337f Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  68. 00a313b Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  69. 2fab94e Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  70. be72efa by Steve Naroff · 17 years ago
  71. 6068546 by Steve Naroff · 17 years ago
  72. fef2f05 by Steve Naroff · 17 years ago
  73. aa43cc1 by Steve Naroff · 17 years ago
  74. ba9a287 by Steve Naroff · 17 years ago
  75. 6c9e792 by Steve Naroff · 17 years ago
  76. 13dad33 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  77. e8419ca by Steve Naroff · 17 years ago
  78. 4300121 by Steve Naroff · 17 years ago
  79. 36e35e6 by Steve Naroff · 17 years ago
  80. 73458bf by Steve Naroff · 17 years ago
  81. a7f7b80 Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
  82. 1d5bd64 by Steve Naroff · 17 years ago
  83. be37fc0 by Steve Naroff · 17 years ago
  84. a2e5322 by Steve Naroff · 17 years ago
  85. c38d452 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  86. f33a985 by Steve Naroff · 17 years ago
  87. 9c6c359 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  88. e12ca5d Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  89. 7e63751 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  90. 272bf29 Pass rewritten output to 'clang' for verification. by Fariborz Jahanian · 17 years ago
  91. df2b095 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  92. f8a0943 by Steve Naroff · 17 years ago
  93. c88babe by Steve Naroff · 17 years ago
  94. 92590f9 by Steve Naroff · 17 years ago
  95. fb09aa0 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  96. 0921271 Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  97. 90fae95 Another test case for testing rewriteing of nested foreach-statement. by Fariborz Jahanian · 17 years ago
  98. 6610c10 Remove dependency on objc.h by Fariborz Jahanian · 17 years ago
  99. f91f972 by Steve Naroff · 17 years ago
  100. 9ea6a2d Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago