1. 8dfb0c5 Warn about bogus protocol qualifiers. by Steve Naroff · 16 years ago
  2. 7b5b317 Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
  3. 39868cd Use llvm::StringsEqualNoCase instead of strncasecmp. by Ted Kremenek · 16 years ago
  4. 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  5. 4fff481 Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
  6. 61490e9 Fix build on windows. by Cedric Venet · 16 years ago
  7. 5fd659d by Steve Naroff · 16 years ago
  8. b80976c Improved naming convention heuristics in the retain/release checker to better by Ted Kremenek · 16 years ago
  9. 61125c8 Slight tweak to last commit: make sure to copy CVR qualifiers for fixed by Eli Friedman · 16 years ago
  10. 1ca4813 Re-fix r65140 correctly. by Eli Friedman · 16 years ago
  11. 4f676ed Handle case of none gc'able objects regardless of their type. by Fariborz Jahanian · 16 years ago
  12. eda9a5e Emit extern_weak when needed. - PR3629. by Daniel Dunbar · 16 years ago
  13. 524ed95 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 16 years ago
  14. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
  15. 685befe switch the macroinfo argument lists from being allocated off the heap by Chris Lattner · 16 years ago
  16. cf29e07 detemplatify setArgumentList and some other cleanups. by Chris Lattner · 16 years ago
  17. 0301b3f require the MAcroInfo objects are explcitly destroyed. by Chris Lattner · 16 years ago
  18. 4ee413b allocate and dellocate objc decl list through AST Context instead of by Chris Lattner · 16 years ago
  19. f25df99 fix indentation by Chris Lattner · 16 years ago
  20. fe90de7 silence some warnings in no asserts mode. by Chris Lattner · 16 years ago
  21. 38af2de add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList, by Chris Lattner · 16 years ago
  22. 11e1e1a newly factored, we can now move the set and destroy methods out of line. by Chris Lattner · 16 years ago
  23. df96929 Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a by Ted Kremenek · 16 years ago
  24. 88cf7a1 rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is called by Chris Lattner · 16 years ago
  25. ab35163 rearrange the contents of DeclObjC to be by-class. Fix some 80 column issues by Chris Lattner · 16 years ago
  26. 077e0f0 destroy should forward to base class. by Chris Lattner · 16 years ago
  27. 7a21bd0 move the @implementation ivar list to being an ObjCList, which prevents by Chris Lattner · 16 years ago
  28. e6a9016 Add some IRgen improvement notes. by Daniel Dunbar · 16 years ago
  29. dd7b897 Shorten; no functionality change. by Daniel Dunbar · 16 years ago
  30. f4fe0f0 Take advantage of noreturn attribute to add unreachable instruction & by Daniel Dunbar · 16 years ago
  31. 540b146 Always try to fold array sizes, and warn if we could fold something that isn't an ICE. This makes us compatible with GCC. by Anders Carlsson · 16 years ago
  32. 89951a8 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
  33. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  34. cafeb35 remove some slow O(n) methods. by Chris Lattner · 16 years ago
  35. 07fa774 Change ObjCForwardProtocolDecl to use an ObjCList. by Chris Lattner · 16 years ago
  36. c0ef9f5 Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
  37. 6795605 move the interace list of @class to use ObjCList. by Chris Lattner · 16 years ago
  38. 63359c8 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
  39. 4a323d9 remove a dead list. by Chris Lattner · 16 years ago
  40. 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
  41. 2073216 switch ObjCMethodDecl's parameter list from being explicitly managed to an ObjCList. by Chris Lattner · 16 years ago
  42. e881483 switch the interface ivar list from being explicitly managed to using ObjCList. by Chris Lattner · 16 years ago
  43. 0b7ebb3 move more objc destruction out of dtors into Destroy. by Chris Lattner · 16 years ago
  44. 411280e move some objc decl destruction out of dtors into Destroy method. by Chris Lattner · 16 years ago
  45. 779747c Add an example in comments. by Zhongxing Xu · 16 years ago
  46. 1f4a6db A few small tweaks to isConstantInitializer. (No test because this by Eli Friedman · 16 years ago
  47. e8761c8 Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
  48. 67762a3 optimize the 'StoredDeclsMap' for the common case where there is by Chris Lattner · 16 years ago
  49. da15323 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
  50. 6e656f4 Initialize the Init variable to something reasonable when we emit an by Eli Friedman · 16 years ago
  51. be26570 ExprConstant handling for a couple more cases of pointer-to-int casts by Eli Friedman · 16 years ago
  52. 4f54526 More objc gc's ir-gen fixes. by Fariborz Jahanian · 16 years ago
  53. bdc3d00 make the redeclaration case faster for the common instance of a redeclaration by Chris Lattner · 16 years ago
  54. 7f0be13 80 cols by Chris Lattner · 16 years ago
  55. 9194250 slight code simplifications. by Chris Lattner · 16 years ago
  56. da5c86f Deox and Capitolize. by Mike Stump · 16 years ago
  57. 676f024 map source ranges through macro expansions. Before: by Chris Lattner · 16 years ago
  58. 4451bd9 Fix spacing. by Mike Stump · 16 years ago
  59. ebbbb1b refactor, pass ranges down instead of the whole DiagnosticInfo. by Chris Lattner · 16 years ago
  60. c3cf7b2 Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver alias if the return type is a location. by Ted Kremenek · 16 years ago
  61. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  62. 33b6f63 retain/release checker: Generate an intermediate simulation node for "leak" by Ted Kremenek · 16 years ago
  63. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  64. 58e899b Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary by Ted Kremenek · 16 years ago
  65. 08eddd9 pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago
  66. a223cca More objc's gc ir-gen stuff. by Fariborz Jahanian · 16 years ago
  67. 83aa61f GetTypeForDeclarator can return null on error now, handle this. by Chris Lattner · 16 years ago
  68. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  69. b92dac8 Simplify, no functionality change. by Daniel Dunbar · 16 years ago
  70. 640f552 Fix another PTH warning that should not be a note. by Ted Kremenek · 16 years ago
  71. 395c59c Make PTH warnings actual warnings instead of 'notes'. by Ted Kremenek · 16 years ago
  72. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  73. e20de51 Remove IRgen constant emission assumption that LValue APValue results by Daniel Dunbar · 16 years ago
  74. 30c37f4 Change IntExprEvaluator to operate on an APValue not an APSInt. by Daniel Dunbar · 16 years ago
  75. 403bc2b Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  76. 81ebbde Add irgen support for the noinline attribute. by Anders Carlsson · 16 years ago
  77. 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  78. 3f7d995 Add another IntExprEvaluator::Success overload to suck up remained of by Daniel Dunbar · 16 years ago
  79. b66158c fix PR3609, emit: by Chris Lattner · 16 years ago
  80. 167fdc1 Generate the conservative objc gc's API for now. by Fariborz Jahanian · 16 years ago
  81. b1dbf15 retain/release checker: Fix crasher when the leak site is the same expression that allocates an object. by Ted Kremenek · 16 years ago
  82. 0be2ef2 Fix PR3619 by properly considering size modifiers and type quals when by Chris Lattner · 16 years ago
  83. d8895f6 only track integer and pointer values for now. by Zhongxing Xu · 16 years ago
  84. 131eb43 Add IntExprEvaluator::Success method. by Daniel Dunbar · 16 years ago
  85. 5ea2ffc Convert the offset to signed before making an ElementRegion with it. It seems by Zhongxing Xu · 16 years ago
  86. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  87. afa7444 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  88. f823288 only do one DenseMap lookup instead of two (one to find out if there is by Chris Lattner · 16 years ago
  89. ba1bd5c minor simplification. by Chris Lattner · 16 years ago
  90. bd6c800 use early exit to reduce indentation. by Chris Lattner · 16 years ago
  91. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  92. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 16 years ago
  93. 1c17689 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  94. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  95. 232350d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  96. 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  97. 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  98. b4650c1 fix another typo gabor noticed by Chris Lattner · 16 years ago
  99. 21fe837 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
  100. eed9cac Fit 80col and fix indentation. by Mike Stump · 16 years ago