1. af68202 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
  2. 9513cfd fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 16 years ago
  3. 5fd818b - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 16 years ago
  4. 6805fc4 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  5. a63aaeb A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 16 years ago
  6. 7e3a327 retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). by Ted Kremenek · 16 years ago
  7. 4ad1cc9 More retain/release naming convention tests. by Ted Kremenek · 16 years ago
  8. f221e84 Add test case for PR 2599. by Ted Kremenek · 16 years ago
  9. d85ba92 Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 16 years ago
  10. 39bcc61 Cleanp code with some recent suggestions. by Mike Stump · 16 years ago
  11. 569d6c9 Fix test to be legal on 64-bit systems. by Eli Friedman · 16 years ago
  12. 083fb66 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 16 years ago
  13. b1c0b54 Fix for PR3433: map __alignof__ to preferred alignment. (This was by Eli Friedman · 16 years ago
  14. 0ee5732 Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in by Eli Friedman · 16 years ago
  15. 14125b0 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
  16. 858c64d Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
  17. ec93a39 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 16 years ago
  18. ac1d7d8 Force arch for these test cases. by Daniel Dunbar · 16 years ago
  19. 262a5dd Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
  20. c84582b Warn about bogus protocol qualifiers. by Steve Naroff · 16 years ago
  21. 235e0bb Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
  22. c69da27 Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  23. b5c66db Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
  24. 6c4e040 Add test case to record a couple inconsistencies with GCC (found in <rdar://problem/6561076> [clang on Xcode] warning: cannot find protocol definition for 'OzzyP'). by Steve Naroff · 16 years ago
  25. 0bbc135 by Steve Naroff · 16 years ago
  26. 4395b45 Improved naming convention heuristics in the retain/release checker to better by Ted Kremenek · 16 years ago
  27. 9fe0411 Emit extern_weak when needed. - PR3629. by Daniel Dunbar · 16 years ago
  28. 455cc33 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 16 years ago
  29. a442ad9 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
  30. 9fcefea 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
  31. 5661100 Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  32. 191eb9e Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
  33. 466a8f2 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
  34. e73c1d5 Add some stdlib builtins by Daniel Dunbar · 16 years ago
  35. f9b6345 Use -verify for consistency. by Eli Friedman · 16 years ago
  36. dbd0a9b Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
  37. f4756c2 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
  38. 8920e43 Add test case for <rdar://problem/6562655>. by Ted Kremenek · 16 years ago
  39. 2bd4a5a Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  40. c9967f9 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  41. 5ac4dff Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  42. 2157eec Add irgen support for the noinline attribute. by Anders Carlsson · 16 years ago
  43. eb12e78 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  44. 8bcb541 Update test case to include a leak that occurs at the place of allocation. by Ted Kremenek · 16 years ago
  45. 09f8d46 fix test case by Zhongxing Xu · 16 years ago
  46. 002839e add test case. by Zhongxing Xu · 16 years ago
  47. 3f19784 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  48. f768794 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  49. c44a20c Make sure to check the value of the constant expression, as suggested by Daniel. by Anders Carlsson · 16 years ago
  50. 3d78d3d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  51. 4fbb52c Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  52. 72cb768 Add test case for 'nil receiver returns undefined struct value' check. by Ted Kremenek · 16 years ago
  53. 8d10349 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  54. 7de04c0 Make error-message check platform-agnostic by Douglas Gregor · 16 years ago
  55. c25bf6d Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  56. b9d84c9 Add a few more GC-only test cases for the retain/release checker. by Ted Kremenek · 16 years ago
  57. 6b3cca6 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  58. aa57e86 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  59. e892c04 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  60. 30183b0 use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
  61. 6e696f0 add c testcase for string literal diagnostic improvement. by Chris Lattner · 16 years ago
  62. f17cb36 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
  63. 88a25f8 Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  64. 7f49ea2 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  65. 2d46446 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 16 years ago
  66. 9c039b5 fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 16 years ago
  67. e4b9d3e Fix test: config.h is not guaranteed to exist at the location in by Eli Friedman · 16 years ago
  68. 24df967 Fix test on platforms where size_t != unsigned long. by Eli Friedman · 16 years ago
  69. 168b20c isICE was evaluating ?: incorrectly with missing-gcc-LHS extension. by Daniel Dunbar · 16 years ago
  70. 8257881 Update several tests to explicitly use BasicConstraintManager as well as to use RangeConstraintManager with RegionStoreManager. by Ted Kremenek · 16 years ago
  71. a08b6c7 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  72. dcffa7f Eliminate dependency on where test is run from. by Daniel Dunbar · 16 years ago
  73. 96d1f1b Eek! getDeclAlign sometimes returned alignment in bits. by Daniel Dunbar · 16 years ago
  74. 889d7ab Convert tabs to spaces. by Ted Kremenek · 16 years ago
  75. dc7f1d3 Enhance tests to exercise more combinations of using the RangeConstraintManager with the RegionStoreManager. by Ted Kremenek · 16 years ago
  76. affb829 Proof that attribute __overloadable__ works as well as overloadable by Douglas Gregor · 16 years ago
  77. f69d19e Change EmitConstantExpr to allow failure. by Daniel Dunbar · 16 years ago
  78. b941a28 Don't include alloca.h if it doesn't exist. by Ben Laurie · 16 years ago
  79. fe3ccfa Remove the error about redefining library functions. It's causing too by Douglas Gregor · 16 years ago
  80. 99ec8f4 Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  81. 4d6b102 Static variables and functions won't collide with standard library by Douglas Gregor · 16 years ago
  82. ad964b3 Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  83. 32e5689 add support for -fno-math-errno, and validate that it affects sema properly. by Chris Lattner · 16 years ago
  84. 07b5a37 sema no longer explodes, yay! by Chris Lattner · 16 years ago
  85. 3ed413a Diagnose non-power-of-2 arguments to attribute aligned. by Daniel Dunbar · 16 years ago
  86. fd46ea2 Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. by Daniel Dunbar · 16 years ago
  87. ae17c7a Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 16 years ago
  88. 31ccf0a diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  89. 8c26049 Fix IRgen of __builtin_memset. - Fix test case to not only have negative tests. by Daniel Dunbar · 16 years ago
  90. 9467504 Fixes a bug in property type encoding. by Fariborz Jahanian · 16 years ago
  91. 7699a53 warn about interfaces that inherit from deprecated classes. by Chris Lattner · 16 years ago
  92. de3fea8 warn about categories that implement deprecated interfaces. by Chris Lattner · 16 years ago
  93. 09020ee enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 16 years ago
  94. ca9f52e When merging from a function with a prototype to a function without a by Douglas Gregor · 16 years ago
  95. 863dbfb Test passes with -analyzer-range-contraints. by Ted Kremenek · 16 years ago
  96. fb1bb82 do not warn about uses of deprecated decls when in an out-of-line objc method by Chris Lattner · 16 years ago
  97. e2d88fd When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 16 years ago
  98. 51f6fb3 Add support for deprecating ObjC properties. Unlike GCC, we warn that the by Chris Lattner · 16 years ago
  99. f119670 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 16 years ago
  100. 083c23e Adopt a more principled approach to invalid declarations: by Douglas Gregor · 16 years ago