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