1. 470c0b2 Add another IntExprEvaluator::Success overload to suck up remained of by Daniel Dunbar · 16 years ago
  2. adcfb6d fix PR3609, emit: by Chris Lattner · 16 years ago
  3. 5a0c341 Generate the conservative objc gc's API for now. by Fariborz Jahanian · 16 years ago
  4. 8bcb541 Update test case to include a leak that occurs at the place of allocation. by Ted Kremenek · 16 years ago
  5. 83ec2f9 retain/release checker: Fix crasher when the leak site is the same expression that allocates an object. by Ted Kremenek · 16 years ago
  6. 3f7a8f1 Fix PR3619 by properly considering size modifiers and type quals when by Chris Lattner · 16 years ago
  7. 80ba277 only track integer and pointer values for now. by Zhongxing Xu · 16 years ago
  8. 126949e fix typo by Gabor Greif · 16 years ago
  9. f91896e Add IntExprEvaluator::Success method. by Daniel Dunbar · 16 years ago
  10. 09f8d46 fix test case by Zhongxing Xu · 16 years ago
  11. 002839e add test case. by Zhongxing Xu · 16 years ago
  12. bac4910 Convert the offset to signed before making an ElementRegion with it. It seems by Zhongxing Xu · 16 years ago
  13. fe08396 Update checker build. by Ted Kremenek · 16 years ago
  14. 3f19784 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  15. 11a31c9 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  16. 33837c5 only do one DenseMap lookup instead of two (one to find out if there is by Chris Lattner · 16 years ago
  17. a15ff6d minor simplification. by Chris Lattner · 16 years ago
  18. 6719b1f use early exit to reduce indentation. by Chris Lattner · 16 years ago
  19. e2c201b standardise on bastardised american spelling. by Chris Lattner · 16 years ago
  20. 99a7265 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  21. acf1649 disable copying and assignment of AttributeList by Chris Lattner · 16 years ago
  22. ca8de5d fix warning in no-assert mode. by Chris Lattner · 16 years ago
  23. f768794 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  24. d5c4de7 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  25. c44a20c Make sure to check the value of the constant expression, as suggested by Daniel. by Anders Carlsson · 16 years ago
  26. 3d78d3d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  27. da0dda9 scan-build now searches for the clang binary in the subdirectory 'cbin'. by Ted Kremenek · 16 years ago
  28. 4fbb52c Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  29. 5dbd394 always search for "builtin" headers at the end of the search path, by Chris Lattner · 16 years ago
  30. 54d2d61 PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  31. 676c86a fix another typo gabor noticed by Chris Lattner · 16 years ago
  32. 05c9b5f fix a typo gabor noticed by Chris Lattner · 16 years ago
  33. 72cb768 Add test case for 'nil receiver returns undefined struct value' check. by Ted Kremenek · 16 years ago
  34. 95a9825 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
  35. 9afab10 Fit 80col and fix indentation. by Mike Stump · 16 years ago
  36. 6d8e573 Fix spacing. by Mike Stump · 16 years ago
  37. d55240e More codegen for blocks. The type of block literals should be better. by Mike Stump · 16 years ago
  38. 8d10349 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  39. cc59d47 Some code simplification. ir gen for gc'able array of objects in objc. by Fariborz Jahanian · 16 years ago
  40. 6b68de7 testing (reverted) by Howard Hinnant · 16 years ago
  41. 10d9b11 testing by Howard Hinnant · 16 years ago
  42. 8553458 Couple of helpers for objc's gc attributes. No change in functionality. by Fariborz Jahanian · 16 years ago
  43. 7de04c0 Make error-message check platform-agnostic by Douglas Gregor · 16 years ago
  44. 3c3c454 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 16 years ago
  45. e033674 retain/release checker: Place the leak diagnostic after the last statement that by Ted Kremenek · 16 years ago
  46. 9c4e2fa fariborz already fixed this. by Chris Lattner · 16 years ago
  47. 7427854 Remove unused variable. by Ted Kremenek · 16 years ago
  48. 323207b Remove logic for computing 'display hint'. by Ted Kremenek · 16 years ago
  49. d9b85c3 minor name changes, no functionality change. by Chris Lattner · 16 years ago
  50. b7d9c9e More fun with retain checker diagnostics: by Ted Kremenek · 16 years ago
  51. 18b5a9a fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, by Chris Lattner · 16 years ago
  52. 7b7f4f4 Add anti-FIXME. by Daniel Dunbar · 16 years ago
  53. 7029ee3 minor spacing changes. by Chris Lattner · 16 years ago
  54. bae4b66 i386 ABI: Offset computation in va_arg was incorrect for sizeof(Ty)>4. by Daniel Dunbar · 16 years ago
  55. 00c3f43 fix typo by Chris Lattner · 16 years ago
  56. e90876d Remove pointless backslash by Douglas Gregor · 16 years ago
  57. c25bf6d Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  58. 6311876 x86_64 ABI: Fix thinko in computation of bound for "passed in SSE regs" test. by Daniel Dunbar · 16 years ago
  59. fd3f8da Fix diagnostics bugs when computing ranges for the retain/release checker. by Ted Kremenek · 16 years ago
  60. 1fc4791 rip out __builtin_overload by Chris Lattner · 16 years ago
  61. b9d84c9 Add a few more GC-only test cases for the retain/release checker. by Ted Kremenek · 16 years ago
  62. 181616e HTMLDiagnostics: Always display diagnostics *below* the line in question. by Ted Kremenek · 16 years ago
  63. 7219884 x86_64 ABI: "is passed in regs" computation for va_arg was broken for by Daniel Dunbar · 16 years ago
  64. 6b3cca6 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  65. 2126bef retain/release checker: We now emit fancy diagnostics telling users about the by Ted Kremenek · 16 years ago
  66. aa57e86 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  67. b8ca6ff Some refactoring and simplificaiotn of objc's gc ir gen. by Fariborz Jahanian · 16 years ago
  68. 5b601ff Codegen for int (^bp)(int) = 0; by Mike Stump · 16 years ago
  69. e20e4f0 Fix comment: analyzer builds are universal binaries. by Ted Kremenek · 16 years ago
  70. e892c04 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  71. c61a800 Add Type::isSpecificBuiltinType as a shortcut. by Daniel Dunbar · 16 years ago
  72. f8eb23b Simplify. by Daniel Dunbar · 16 years ago
  73. f6d4472 final string diagnostic issue (that I know about): by Chris Lattner · 16 years ago
  74. be93e79 Next step toward making string diagnostics correct: handle by Chris Lattner · 16 years ago
  75. 29e840e update comment. by Chris Lattner · 16 years ago
  76. 58dd95b retain/release checker: Distinguish in the function summaries between by Ted Kremenek · 16 years ago
  77. 81df846 Fix some issues handling sub-token locations that come from macro expansions. by Chris Lattner · 16 years ago
  78. 31804e1 Start generating gc'able code using the new objc gc type attributes. by Fariborz Jahanian · 16 years ago
  79. 459da5d tidy up by Chris Lattner · 16 years ago
  80. 4ec7a05 only get the spelling of a token to get its length if it needs cleaning. by Chris Lattner · 16 years ago
  81. 30183b0 use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
  82. 6e696f0 add c testcase for string literal diagnostic improvement. by Chris Lattner · 16 years ago
  83. 908789c don't print codegen time unless -ftime-report was passed. by Chris Lattner · 16 years ago
  84. 2062bb2 Make warn-weak-field.m test pass again. by Fariborz Jahanian · 16 years ago
  85. 80ff83c Cleanup objc's gc attributes code no longer needed. by Fariborz Jahanian · 16 years ago
  86. f17cb36 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
  87. 6c0f406 Update Parser::ParseTypeName to return a TypeResult, which also tells by Douglas Gregor · 16 years ago
  88. 2f9faf4 Revise comment. Comparing pointer values in 'Range' wasn't the performance issue I thought it was, but it is still worth ordering Range objects by their APSInt values. by Ted Kremenek · 16 years ago
  89. c383473 Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. by Douglas Gregor · 16 years ago
  90. 1f9e60f nothing says "ted was here" like a random url dropped in a header :) by Chris Lattner · 16 years ago
  91. 88a25f8 Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  92. 2c49963 teach child iterators to walk into the child string of an ObjCStringLiteral, by Chris Lattner · 16 years ago
  93. 3c24ef1 fix the ownership issues and location tracking in Sema::ParseObjCStringLiteral. by Chris Lattner · 16 years ago
  94. 8d8199b add iterators for string token locations. by Chris Lattner · 16 years ago
  95. aa49119 privatize all of the string literal memory allocation/creation by Chris Lattner · 16 years ago
  96. 7f49ea2 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  97. 4ae4a91 add some comments describing what is happening here. by Chris Lattner · 16 years ago
  98. ecc8da3 simplify the code used to compute the type of an objc string. This makes by Chris Lattner · 16 years ago
  99. 81f5be2 rename CheckBuiltinCFStringArgument -> CheckObjCString by Chris Lattner · 16 years ago
  100. ca7e5cb simplify some code. by Chris Lattner · 16 years ago