1. 7b5b317 Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
  2. 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  3. 4fff481 Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
  4. c1fcd2c 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
  5. 5fd659d by Steve Naroff · 16 years ago
  6. b80976c Improved naming convention heuristics in the retain/release checker to better by Ted Kremenek · 16 years ago
  7. eda9a5e Emit extern_weak when needed. - PR3629. by Daniel Dunbar · 16 years ago
  8. 524ed95 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 16 years ago
  9. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
  10. 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
  11. 69ab26a Handle constant int -> ptr casts of lvalue results. - PR3463 (again). by Daniel Dunbar · 16 years ago
  12. c0ef9f5 Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
  13. 63359c8 Fix <rdar://problem/6586239> bitfield constraints not enforced (for ObjC) by Steve Naroff · 16 years ago
  14. f8ebb41 Add some stdlib builtins by Daniel Dunbar · 16 years ago
  15. 8d1d62f Use -verify for consistency. by Eli Friedman · 16 years ago
  16. e8761c8 Add support for * (unary dereference) operator to ExprConstant. by Eli Friedman · 16 years ago
  17. da15323 Suppress constant initializer checking when the declaration isn't valid. by Eli Friedman · 16 years ago
  18. 0bdf178 Add test case for <rdar://problem/6562655>. by Ted Kremenek · 16 years ago
  19. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  20. dd21164 Extend Evaluate() to fold (int) <pointer type>. by Daniel Dunbar · 16 years ago
  21. 403bc2b Arguments to unordered comparison builtins may need implicit casts. by Daniel Dunbar · 16 years ago
  22. 81ebbde Add irgen support for the noinline attribute. by Anders Carlsson · 16 years ago
  23. 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
  24. 79f7f8a Update test case to include a leak that occurs at the place of allocation. by Ted Kremenek · 16 years ago
  25. 6beb165 fix test case by Zhongxing Xu · 16 years ago
  26. 3450a55 add test case. by Zhongxing Xu · 16 years ago
  27. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 16 years ago
  28. 1c17689 Emit the correct diagnostics when we constant fold an array size to a negative value. by Anders Carlsson · 16 years ago
  29. e2f0e96 Make sure to check the value of the constant expression, as suggested by Daniel. by Anders Carlsson · 16 years ago
  30. 232350d Emission of global variable initialializer was broken in rare by Daniel Dunbar · 16 years ago
  31. 4d4c50d Handle the GNU void* and function pointer arithmetic extensions for constant expressions as well. by Anders Carlsson · 16 years ago
  32. 98f1e1c Add test case for 'nil receiver returns undefined struct value' check. by Ted Kremenek · 16 years ago
  33. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  34. 9b76143 Make error-message check platform-agnostic by Douglas Gregor · 16 years ago
  35. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  36. b2b14d7 Add a few more GC-only test cases for the retain/release checker. by Ted Kremenek · 16 years ago
  37. c2b6a82 Return true on errors, return true on errors, return true on errors by Douglas Gregor · 16 years ago
  38. 48f3bb9 Downgrade complaints about calling unavailable functions to a warning by Douglas Gregor · 16 years ago
  39. 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
  40. d0d082f use the full spelling of a string literal token so that trigraphs by Chris Lattner · 16 years ago
  41. 07f192e add c testcase for string literal diagnostic improvement. by Chris Lattner · 16 years ago
  42. 6080008 Start improving diagnostics that relate to subcharacters of string literals. by Chris Lattner · 16 years ago
  43. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 16 years ago
  44. c6666f8 Don't allow calls to functions marked "unavailable". There's more work by Douglas Gregor · 16 years ago
  45. e47f7b1 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 16 years ago
  46. a119a3b fix rdar://6597252: two exactly identical pointer types are always by Chris Lattner · 16 years ago
  47. e1d77c3 Fix test: config.h is not guaranteed to exist at the location in by Eli Friedman · 16 years ago
  48. edbb94c Fix test on platforms where size_t != unsigned long. by Eli Friedman · 16 years ago
  49. 2d6744f isICE was evaluating ?: incorrectly with missing-gcc-LHS extension. by Daniel Dunbar · 16 years ago
  50. 9457a80 Update several tests to explicitly use BasicConstraintManager as well as to use RangeConstraintManager with RegionStoreManager. by Ted Kremenek · 16 years ago
  51. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago
  52. 4b2d0dd Eliminate dependency on where test is run from. by Daniel Dunbar · 16 years ago
  53. b7d0844 Eek! getDeclAlign sometimes returned alignment in bits. by Daniel Dunbar · 16 years ago
  54. 16de4c7 Convert tabs to spaces. by Ted Kremenek · 16 years ago
  55. 3092dd6 Enhance tests to exercise more combinations of using the RangeConstraintManager with the RegionStoreManager. by Ted Kremenek · 16 years ago
  56. 2846584 Proof that attribute __overloadable__ works as well as overloadable by Douglas Gregor · 16 years ago
  57. d60f2fb Change EmitConstantExpr to allow failure. by Daniel Dunbar · 16 years ago
  58. 61a3778 Don't include alloca.h if it doesn't exist. by Ben Laurie · 16 years ago
  59. 655753a Remove the error about redefining library functions. It's causing too by Douglas Gregor · 16 years ago
  60. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  61. 9add317 Static variables and functions won't collide with standard library by Douglas Gregor · 16 years ago
  62. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  63. 5bef8dd add support for -fno-math-errno, and validate that it affects sema properly. by Chris Lattner · 16 years ago
  64. 7d84c76 sema no longer explodes, yay! by Chris Lattner · 16 years ago
  65. 396b2a2 Diagnose non-power-of-2 arguments to attribute aligned. by Daniel Dunbar · 16 years ago
  66. ef2abfe Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. by Daniel Dunbar · 16 years ago
  67. 4310f4e Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 16 years ago
  68. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  69. 62c29c6 Fix IRgen of __builtin_memset. - Fix test case to not only have negative tests. by Daniel Dunbar · 16 years ago
  70. bb99bde Fixes a bug in property type encoding. by Fariborz Jahanian · 16 years ago
  71. c7984dd warn about interfaces that inherit from deprecated classes. by Chris Lattner · 16 years ago
  72. 16b34b4 warn about categories that implement deprecated interfaces. by Chris Lattner · 16 years ago
  73. 73525de enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 16 years ago
  74. 450da98 When merging from a function with a prototype to a function without a by Douglas Gregor · 16 years ago
  75. 9800dad Test passes with -analyzer-range-contraints. by Ted Kremenek · 16 years ago
  76. f15970c do not warn about uses of deprecated decls when in an out-of-line objc method by Chris Lattner · 16 years ago
  77. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 16 years ago
  78. 7eba82e Add support for deprecating ObjC properties. Unlike GCC, we warn that the by Chris Lattner · 16 years ago
  79. 6871981 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 16 years ago
  80. cda9c67 Adopt a more principled approach to invalid declarations: by Douglas Gregor · 16 years ago
  81. 553905d add support for deprecated objc ivars. by Chris Lattner · 16 years ago
  82. b1e0c8d specify a triple to use, otherwise we get errors on this test for by Chris Lattner · 16 years ago
  83. b254ca0 update expected-warning line. by Chris Lattner · 16 years ago
  84. cfdff38 Add support for deprecated members of RecordDecls (e.g. struct fields). by Chris Lattner · 16 years ago
  85. b104b1f Don't allow taking the address of an element in an ext_vector by Nate Begeman · 16 years ago
  86. b6d74a1 implement gcc/testsuite/objc.dg/method-attribute-3.m, by improving error recovery. by Chris Lattner · 16 years ago
  87. c8fbd44 fix PR3579: __LINE__ expands to the presumed location of the by Chris Lattner · 16 years ago
  88. e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
  89. 3ada6ff PR3589: Don't simplify libcalls with -ffreestanding. by Daniel Dunbar · 16 years ago
  90. 61a0f17 allow implementations of deprecated functions to use deprecated symbols. by Chris Lattner · 16 years ago
  91. f244cd7 Add a test case for -ffreestanding that redefines malloc. by Douglas Gregor · 16 years ago
  92. 19891b0 Add expected note. Surely people test before the check in stuff. by Mike Stump · 16 years ago
  93. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 16 years ago
  94. f3710ba Fixed a problem caused by foreward @class use by Fariborz Jahanian · 16 years ago
  95. 59843ad Add support for deprecated Obj-C methods. The semantics mostly match what gcc has. by Anders Carlsson · 16 years ago
  96. 3c385e5 Add hook to add attributes to function declarations that we know by Douglas Gregor · 16 years ago
  97. 4238254 new tests, it would be nice to not warn on the second one. by Chris Lattner · 16 years ago
  98. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  99. 129b6c1 rename test by Chris Lattner · 16 years ago
  100. 026dc96 Several related changes: by Chris Lattner · 16 years ago