1. fabbc34 by Steve Naroff · 17 years ago
  2. 406db93 by Steve Naroff · 17 years ago
  3. 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
  4. 54174e8 by Steve Naroff · 17 years ago
  5. b43eaa5 by Steve Naroff · 17 years ago
  6. a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  7. a541d53 Fix the type of conditionals involving void* to be self-consistent and by Eli Friedman · 17 years ago
  8. 3c2eb66 by Steve Naroff · 17 years ago
  9. 4bd6d0c by Steve Naroff · 17 years ago
  10. 336ed0b by Steve Naroff · 17 years ago
  11. efe7f36 by Steve Naroff · 17 years ago
  12. 8c4e5db Fix indentation. by Eli Friedman · 17 years ago
  13. 8e54ad0 Detabify SemaExpr. My text editor defaults to 8 spaces per tab, so it by Eli Friedman · 17 years ago
  14. a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
  15. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  16. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  17. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  18. 64ec0cc Add a FIXME for alternate address spaces. by Eli Friedman · 17 years ago
  19. d62701b by Steve Naroff · 17 years ago
  20. 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
  21. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  22. e1e7985 inform astconsumer about tagdecls as they are defined. by Chris Lattner · 17 years ago
  23. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  24. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
  25. a0e328f kill the ASTStreamer class, inlining it into its only client: clang::ParseAST by Chris Lattner · 17 years ago
  26. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  27. a91d381 simplify some code. by Chris Lattner · 17 years ago
  28. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  29. c0ff1ca by Steve Naroff · 17 years ago
  30. f2a4b84 getPrimaryDecl can return null. by Anders Carlsson · 17 years ago
  31. 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
  32. 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  33. fb8cc1d Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but by Chris Lattner · 17 years ago
  34. 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  35. 4c49a6c by Steve Naroff · 17 years ago
  36. 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
  37. 6c751c2 Add TODO marker so that it is easier to search. by Devang Patel · 17 years ago
  38. 4ca0867 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 17 years ago
  39. b1284ac Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 17 years ago
  40. b7b032e by Steve Naroff · 17 years ago
  41. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  42. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
  43. 2565eef by Steve Naroff · 17 years ago
  44. 0493025 Use the canonical type when comparing array types so the comparison by Eli Friedman · 17 years ago
  45. b3c2b88 by Steve Naroff · 17 years ago
  46. 7dd0bd4 by Steve Naroff · 17 years ago
  47. 578edc6 by Steve Naroff · 17 years ago
  48. d6326c6 by Steve Naroff · 17 years ago
  49. 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago
  50. a996033 by Steve Naroff · 17 years ago
  51. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  52. 9412d68 by Steve Naroff · 17 years ago
  53. a49e1fa by Steve Naroff · 17 years ago
  54. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  55. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  56. 9a75f8a by Steve Naroff · 17 years ago
  57. d3cd1e5 by Steve Naroff · 17 years ago
  58. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  59. 32e97b6 Fixed typo introduced by r46133 that caused -Wfloat-equal to break. by Ted Kremenek · 17 years ago
  60. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  61. faf5e77 Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute method name by Fariborz Jahanian · 17 years ago
  62. 4e99a5f Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. by Ted Kremenek · 17 years ago
  63. 847794a Computed length of a __func__ identifier used in an objective-c method correctly, by Fariborz Jahanian · 17 years ago
  64. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  65. 837618c by Steve Naroff · 17 years ago
  66. dfb9bbb by Steve Naroff · 17 years ago
  67. 02f62a9 by Steve Naroff · 17 years ago
  68. 4cdec1c by Steve Naroff · 17 years ago
  69. 14f3f1b by Steve Naroff · 17 years ago
  70. 21dd821 Fix build issue on cygwin, patch by Sam Bishop by Chris Lattner · 17 years ago
  71. adbbd0c by Steve Naroff · 17 years ago
  72. e9b1219 by Steve Naroff · 17 years ago
  73. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  74. 8f978d5 allow __func__ in objc methods. by Chris Lattner · 17 years ago
  75. 1423ea4 Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  76. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  77. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  78. d0091aa by Steve Naroff · 17 years ago
  79. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  80. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  81. ffce4d5 by Steve Naroff · 17 years ago
  82. 4a74678 by Steve Naroff · 17 years ago
  83. 58d1821 by Steve Naroff · 17 years ago
  84. b6d54e5 by Steve Naroff · 17 years ago
  85. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  86. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  87. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  88. d2656dd minor cleanup. by Chris Lattner · 17 years ago
  89. bd57d36 rearrange some code. by Chris Lattner · 17 years ago
  90. 70d67a9 some simplifications/cleanups to ?: sema. by Chris Lattner · 17 years ago
  91. 5d5d210 Emit warnings like "dereferencing void pointer" instead of trying to by Chris Lattner · 17 years ago
  92. 29dcc2f twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
  93. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  94. e8b3e96 unnest vector handling again. by Chris Lattner · 17 years ago
  95. 773a310 we already test for exact type matches early, so we don't have to do by Chris Lattner · 17 years ago
  96. fc144e2 simplify some of this code by removing the else/if chain and by by Chris Lattner · 17 years ago
  97. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  98. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  99. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  100. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago