1. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  2. 58e899b Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary by Ted Kremenek · 16 years ago
  3. 08eddd9 pretty printing vector types should print the element type, not just the attribute. by Chris Lattner · 16 years ago
  4. a223cca More objc's gc ir-gen stuff. by Fariborz Jahanian · 16 years ago
  5. 83aa61f GetTypeForDeclarator can return null on error now, handle this. by Chris Lattner · 16 years ago
  6. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  7. b92dac8 Simplify, no functionality change. by Daniel Dunbar · 16 years ago
  8. 640f552 Fix another PTH warning that should not be a note. by Ted Kremenek · 16 years ago
  9. 395c59c Make PTH warnings actual warnings instead of 'notes'. by Ted Kremenek · 16 years ago
  10. b83d287 Add enough checking to ensure that non-constant block literals don't by Mike Stump · 16 years ago
  11. e20de51 Remove IRgen constant emission assumption that LValue APValue results by Daniel Dunbar · 16 years ago
  12. 30c37f4 Change IntExprEvaluator to operate on an APValue not an APSInt. by Daniel Dunbar · 16 years ago
  13. 403bc2b Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  14. 81ebbde Add irgen support for the noinline attribute. by Anders Carlsson · 16 years ago
  15. 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  16. 3f7d995 Add another IntExprEvaluator::Success overload to suck up remained of by Daniel Dunbar · 16 years ago
  17. b66158c fix PR3609, emit: by Chris Lattner · 16 years ago
  18. 167fdc1 Generate the conservative objc gc's API for now. by Fariborz Jahanian · 16 years ago
  19. b1dbf15 retain/release checker: Fix crasher when the leak site is the same expression that allocates an object. by Ted Kremenek · 16 years ago
  20. 0be2ef2 Fix PR3619 by properly considering size modifiers and type quals when by Chris Lattner · 16 years ago
  21. d8895f6 only track integer and pointer values for now. by Zhongxing Xu · 16 years ago
  22. 131eb43 Add IntExprEvaluator::Success method. by Daniel Dunbar · 16 years ago
  23. 5ea2ffc Convert the offset to signed before making an ElementRegion with it. It seems by Zhongxing Xu · 16 years ago
  24. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  25. afa7444 Add Type::getAsFunctionNoProto by Daniel Dunbar · 16 years ago
  26. f823288 only do one DenseMap lookup instead of two (one to find out if there is by Chris Lattner · 16 years ago
  27. ba1bd5c minor simplification. by Chris Lattner · 16 years ago
  28. bd6c800 use early exit to reduce indentation. by Chris Lattner · 16 years ago
  29. 6858dd3 fix a bug introduced in my previous patch: moving clang headers to the by Chris Lattner · 16 years ago
  30. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 16 years ago
  31. 1c17689 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  32. 005b235 don't new[] an empty array when an AttributeList has by Chris Lattner · 16 years ago
  33. 232350d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  34. 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  35. 50b587d PR3614: "ignoring nonexistent directory" should print the -isysroot by Chris Lattner · 16 years ago
  36. b4650c1 fix another typo gabor noticed by Chris Lattner · 16 years ago
  37. 21fe837 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
  38. eed9cac Fit 80col and fix indentation. by Mike Stump · 16 years ago
  39. 488e25b Fix spacing. by Mike Stump · 16 years ago
  40. bd65cac More codegen for blocks. The type of block literals should be better. by Mike Stump · 16 years ago
  41. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  42. c1debf3 Some code simplification. ir gen for gc'able array of objects in objc. by Fariborz Jahanian · 16 years ago
  43. ccb8f08 testing (reverted) by Howard Hinnant · 16 years ago
  44. 412705b testing by Howard Hinnant · 16 years ago
  45. f6123ca Couple of helpers for objc's gc attributes. No change in functionality. by Fariborz Jahanian · 16 years ago
  46. 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 16 years ago
  47. d559792 retain/release checker: Place the leak diagnostic after the last statement that by Ted Kremenek · 16 years ago
  48. 67a6b6b fariborz already fixed this. by Chris Lattner · 16 years ago
  49. 81f14a0 Remove unused variable. by Ted Kremenek · 16 years ago
  50. 572b278 Remove logic for computing 'display hint'. by Ted Kremenek · 16 years ago
  51. 3b6b83b minor name changes, no functionality change. by Chris Lattner · 16 years ago
  52. bb8c5aa More fun with retain checker diagnostics: by Ted Kremenek · 16 years ago
  53. b7d2553 fix some subtle bugs handling the mix of cvr qualifiers, addr spaces, by Chris Lattner · 16 years ago
  54. b5da3e9 Add anti-FIXME. by Daniel Dunbar · 16 years ago
  55. 570f0cf i386 ABI: Offset computation in va_arg was incorrect for sizeof(Ty)>4. by Daniel Dunbar · 16 years ago
  56. 0c36c92 Remove pointless backslash by Douglas Gregor · 16 years ago
  57. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  58. 90dafa1 x86_64 ABI: Fix thinko in computation of bound for "passed in SSE regs" test. by Daniel Dunbar · 16 years ago
  59. 1f62ef3 Fix diagnostics bugs when computing ranges for the retain/release checker. by Ted Kremenek · 16 years ago
  60. 1e4db7c rip out __builtin_overload by Chris Lattner · 16 years ago
  61. 3f0b656 HTMLDiagnostics: Always display diagnostics *below* the line in question. by Ted Kremenek · 16 years ago
  62. f231346 x86_64 ABI: "is passed in regs" computation for va_arg was broken for by Daniel Dunbar · 16 years ago
  63. c2b6a82 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  64. 2701900 retain/release checker: We now emit fancy diagnostics telling users about the by Ted Kremenek · 16 years ago
  65. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  66. 4fd83ea Some refactoring and simplificaiotn of objc's gc ir gen. by Fariborz Jahanian · 16 years ago
  67. ca2f3fd Codegen for int (^bp)(int) = 0; by Mike Stump · 16 years ago
  68. 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  69. e00d5c0 Add Type::isSpecificBuiltinType as a shortcut. by Daniel Dunbar · 16 years ago
  70. 6aee306 Simplify. by Daniel Dunbar · 16 years ago
  71. 443e53c final string diagnostic issue (that I know about): by Chris Lattner · 16 years ago
  72. 719e615 Next step toward making string diagnostics correct: handle by Chris Lattner · 16 years ago
  73. 6dcf63e update comment. by Chris Lattner · 16 years ago
  74. 1c512f5 retain/release checker: Distinguish in the function summaries between by Ted Kremenek · 16 years ago
  75. 2197c96 Fix some issues handling sub-token locations that come from macro expansions. by Chris Lattner · 16 years ago
  76. 5934e75 Start generating gc'able code using the new objc gc type attributes. by Fariborz Jahanian · 16 years ago
  77. 609b3ab tidy up by Chris Lattner · 16 years ago
  78. 0150cdf only get the spelling of a token to get its length if it needs cleaning. by Chris Lattner · 16 years ago
  79. d0d082f use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
  80. ed7e9ef Make warn-weak-field.m test pass again. by Fariborz Jahanian · 16 years ago
  81. ba372b8 Cleanup objc's gc attributes code no longer needed. by Fariborz Jahanian · 16 years ago
  82. 6080008 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
  83. 809070a Update Parser::ParseTypeName to return a TypeResult, which also tells by Douglas Gregor · 16 years ago
  84. e53f820 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
  85. c13c012 Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. by Douglas Gregor · 16 years ago
  86. da425eb nothing says "ted was here" like a random url dropped in a header :) by Chris Lattner · 16 years ago
  87. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  88. c6c16af teach child iterators to walk into the child string of an ObjCStringLiteral, by Chris Lattner · 16 years ago
  89. 39c28bb fix the ownership issues and location tracking in Sema::ParseObjCStringLiteral. by Chris Lattner · 16 years ago
  90. 2085fd6 privatize all of the string literal memory allocation/creation by Chris Lattner · 16 years ago
  91. c6666f8 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  92. f4b136f add some comments describing what is happening here. by Chris Lattner · 16 years ago
  93. a0af1fe simplify the code used to compute the type of an objc string. This makes by Chris Lattner · 16 years ago
  94. 6903981 rename CheckBuiltinCFStringArgument -> CheckObjCString by Chris Lattner · 16 years ago
  95. 97cf6eb simplify some code. by Chris Lattner · 16 years ago
  96. 726e168 change the StringLiteral AST node to track all of the SourceLocations of by Chris Lattner · 16 years ago
  97. b103f01 Fix performance bug in RangeConstraintManager (that I introduced): by Ted Kremenek · 16 years ago
  98. d33d9c0 Representation of objc gc's attribute using ExtQualType. by Fariborz Jahanian · 16 years ago
  99. a119a3b fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 16 years ago
  100. efdc39d rename some variables, no functionality change. by Chris Lattner · 16 years ago