1. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  2. 9412d68 by Steve Naroff · 17 years ago
  3. a49e1fa by Steve Naroff · 17 years ago
  4. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  5. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  6. 9a75f8a by Steve Naroff · 17 years ago
  7. d3cd1e5 by Steve Naroff · 17 years ago
  8. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  9. 32e97b6 Fixed typo introduced by r46133 that caused -Wfloat-equal to break. by Ted Kremenek · 17 years ago
  10. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  11. faf5e77 Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute method name by Fariborz Jahanian · 17 years ago
  12. 4e99a5f Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. by Ted Kremenek · 17 years ago
  13. 847794a Computed length of a __func__ identifier used in an objective-c method correctly, by Fariborz Jahanian · 17 years ago
  14. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  15. 837618c by Steve Naroff · 17 years ago
  16. dfb9bbb by Steve Naroff · 17 years ago
  17. 02f62a9 by Steve Naroff · 17 years ago
  18. 4cdec1c by Steve Naroff · 17 years ago
  19. 14f3f1b by Steve Naroff · 17 years ago
  20. 21dd821 Fix build issue on cygwin, patch by Sam Bishop by Chris Lattner · 17 years ago
  21. adbbd0c by Steve Naroff · 17 years ago
  22. e9b1219 by Steve Naroff · 17 years ago
  23. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  24. 8f978d5 allow __func__ in objc methods. by Chris Lattner · 17 years ago
  25. 1423ea4 Tighten up handling of __func__ and friends: it should be an array by Chris Lattner · 17 years ago
  26. fa28b30 Fix the type of predefined identifiers like __func__. Patch by Eli Friedman! by Chris Lattner · 17 years ago
  27. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  28. d0091aa by Steve Naroff · 17 years ago
  29. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  30. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  31. ffce4d5 by Steve Naroff · 17 years ago
  32. 4a74678 by Steve Naroff · 17 years ago
  33. 58d1821 by Steve Naroff · 17 years ago
  34. b6d54e5 by Steve Naroff · 17 years ago
  35. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  36. 540fc53 Limit type of foreach's element and collection to be a pointer to by Fariborz Jahanian · 17 years ago
  37. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  38. d2656dd minor cleanup. by Chris Lattner · 17 years ago
  39. bd57d36 rearrange some code. by Chris Lattner · 17 years ago
  40. 70d67a9 some simplifications/cleanups to ?: sema. by Chris Lattner · 17 years ago
  41. 5d5d210 Emit warnings like "dereferencing void pointer" instead of trying to by Chris Lattner · 17 years ago
  42. 29dcc2f twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
  43. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  44. e8b3e96 unnest vector handling again. by Chris Lattner · 17 years ago
  45. 773a310 we already test for exact type matches early, so we don't have to do by Chris Lattner · 17 years ago
  46. fc144e2 simplify some of this code by removing the else/if chain and by by Chris Lattner · 17 years ago
  47. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  48. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  49. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  50. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  51. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  52. 2119c48 regroup assignment-related diagnostics, fix a mistake in one. by Chris Lattner · 17 years ago
  53. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  54. bca14a2 Remove cause of misc. "variable might be used uninitialized in this function" warnings. by Fariborz Jahanian · 17 years ago
  55. 9d3185e Fixed a bug reported by Chris, involving assiging 0 to a qualified object type. by Fariborz Jahanian · 17 years ago
  56. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  57. 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
  58. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  59. 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
  60. 4288c43 Allow splat casts for OCU vector assignments & add some comments. by Nate Begeman · 17 years ago
  61. 6298b8c remove attribution from makefiles. by Chris Lattner · 17 years ago
  62. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  63. 998568f various cleanups. Use IgnoreParenCasts instead of inlined versions. by Chris Lattner · 17 years ago
  64. fae3f1f unindent cases in a switch stmt, no functionality change. by Chris Lattner · 17 years ago
  65. 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
  66. d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
  67. c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
  68. 7359f04 More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
  69. fe23e21 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
  70. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  71. c27c665 simplify some code. by Chris Lattner · 17 years ago
  72. 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
  73. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  74. 94a5c33 by Steve Naroff · 17 years ago
  75. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  76. 852e311 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
  77. 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
  78. abf5ad0 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
  79. 0592cbe by Steve Naroff · 17 years ago
  80. 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  81. 6ede0ff Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
  82. 54b263b fix broken assert. by Chris Lattner · 17 years ago
  83. cd88129 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
  84. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  85. 6e99978 Fix const propagation bug. by Chris Lattner · 17 years ago
  86. 1ca9b11 by Steve Naroff · 17 years ago
  87. b99a4a3 by Steve Naroff · 17 years ago
  88. a56f616 by Steve Naroff · 17 years ago
  89. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  90. 4a33646 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
  91. 9796915 Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
  92. 3cc4af8 by Steve Naroff · 17 years ago
  93. 58dbdeb by Steve Naroff · 17 years ago
  94. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  95. 4d83220 by Steve Naroff · 17 years ago
  96. 1dcf2c8 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago
  97. 79a99f2 Concatenation of objc strings. by Fariborz Jahanian · 17 years ago
  98. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  99. 0e39105 make it a bit more clear in what way the ivar is consistent. by Chris Lattner · 17 years ago
  100. 609e4c7 simplify some code, bump j. This fixes the remaining test failures. by Chris Lattner · 17 years ago