1. 402256f Diagnose implicit init list for empty aggregate, like struct {}. Fixes by Eli Friedman · 16 years ago
  2. 638e144 Move the error checking for variable-sized objects so we don't by Eli Friedman · 16 years ago
  3. 1435202 Fix this test on non-X86 platforms. by Eli Friedman · 16 years ago
  4. 514b24c fix a nasty off-by-one error. by Chris Lattner · 16 years ago
  5. 9ed7cfd fix an inconsistency computing offsets that caused a crash on rewrite-nest.m by Chris Lattner · 16 years ago
  6. ca65b02 More test cases for retain/release checker. These cases handle not flagging leaks for static variables. by Ted Kremenek · 16 years ago
  7. 1b76779 fix typo by Gabor Greif · 16 years ago
  8. bd2a694 Additional retain/release checker regression tests. by Ted Kremenek · 16 years ago
  9. 6d1e4b5 Patch for PR2350; the issue was tnat we were allowing (with an error) by Eli Friedman · 16 years ago
  10. 3eb817e Improve dead stores diagnostics to include the variable name. by Ted Kremenek · 16 years ago
  11. 5c96c27 Fixed bug in the transfer function for dereferences: the loaded value from EvalLoad should bind to the UnaryOperator*, not its subexpression. by Ted Kremenek · 16 years ago
  12. 0ac5957 A small testcase; no patch, since it was a bug in a patch I never committed. by Eli Friedman · 16 years ago
  13. 6b2564c Fix this test so that it's valid; the point is to test for the crash, by Eli Friedman · 16 years ago
  14. b0c0554 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 16 years ago
  15. 97c0a39 Fix a couple of bugs found by Neil Booth in the const-ness checking. by Eli Friedman · 16 years ago
  16. 33701a6 Test from PR2332; bug already fixed by r51311. by Eli Friedman · 16 years ago
  17. 6e33dd5 Fix the scope of K&R-style argument declarations so that they don't by Eli Friedman · 16 years ago
  18. a8ea76a Fix test (it was incorrectly succeeding). by Eli Friedman · 16 years ago
  19. 256f77e Add codegen support for stack address intrinsics. by Eli Friedman · 16 years ago
  20. e590a84 Fix typo in test. by Eli Friedman · 16 years ago
  21. 6cfda23 Add __builtin_frame_address and __builtin_return_address gcc builtins to by Eli Friedman · 16 years ago
  22. 07fa52a Implement codegen for comma operator for structs. by Eli Friedman · 16 years ago
  23. d8dc210 Be a bit more defensive in SemaInit. by Eli Friedman · 16 years ago
  24. 6223c22 Add some more checking for compound literals. by Eli Friedman · 16 years ago
  25. d4b32e4 Implement CodeGen for __builtin_memcpy. by Eli Friedman · 16 years ago
  26. 4be1f47 Make the unused expression warning a bit less aggressive (found in PHP code). by Eli Friedman · 16 years ago
  27. c56c977 Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give by Eli Friedman · 16 years ago
  28. 19119a8 Remove illegal test. by Eli Friedman · 16 years ago
  29. 922696f Fix the emission of expressions like char a[10] = "asdf"; previously, by Eli Friedman · 16 years ago
  30. d72d16e Add proper type-checking for pointer additiion; before, we were accepting by Eli Friedman · 16 years ago
  31. 316bb1b Fix support for _Bool bitfields. The issue is that the bitfield width by Eli Friedman · 16 years ago
  32. 145c083 Patch for PR2334, and a similar ObjC bug. by Eli Friedman · 16 years ago
  33. d38617c Implementation of __builtin_shufflevector, a portable builtin capable of by Eli Friedman · 16 years ago
  34. 06e863f Add codegen support for block-level compound literals. by Eli Friedman · 16 years ago
  35. 5773a6c Both operands to && have to be scalars, not just one. by Eli Friedman · 16 years ago
  36. 235549c Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" errors when parsing AppKit that gcc does not. by Steve Naroff · 16 years ago
  37. e701c0a Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int' and 'void')" on input that 'gcc -fsyntax-only' eats by Steve Naroff · 16 years ago
  38. a989def testcase for PR2263, fixed by Nate's r50903 patch. by Chris Lattner · 16 years ago
  39. d28a80d Emit basic block for switch body; fixes PR2307. by Eli Friedman · 16 years ago
  40. c8ba961 Don't try to take the address of a bitfield; fixes PR2310. by Eli Friedman · 16 years ago
  41. 00bc645 -Implement proper name lookup for namespaces. by Argyrios Kyrtzidis · 16 years ago
  42. 1ffe281 Added support to generate some atomic operators (add, sub, and, or etc..) by Mon P Wang · 16 years ago
  43. 72786e0 Add attribute "format" support for typedefs of function pointers. by Ted Kremenek · 16 years ago
  44. 8a99764 Extend vector member references to include {.hi, .lo, .e, .o} which return a by Nate Begeman · 16 years ago
  45. abb5758 Fix rdar://5921025 a crash on the included testcase. by Chris Lattner · 16 years ago
  46. 63bc035 The awesome GNU "comma elision extension" works with both the standard by Chris Lattner · 16 years ago
  47. 5cada6b Begin handling union bitfields. Note, this is just beginning. by Devang Patel · 16 years ago
  48. 0fcbf8e Expand the CF retain checker to allow the Create/Get rule to apply to any by Ted Kremenek · 16 years ago
  49. 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 16 years ago
  50. a22cc2f Don't report leaks for autoreleased objects. by Ted Kremenek · 16 years ago
  51. d8ecd3c Fix PR2101 - Codegen crash during bitfield initialization. by Devang Patel · 16 years ago
  52. daa0311 Test was accidently nullified in previous check-in. by Fariborz Jahanian · 16 years ago
  53. 5251e13 Patch to refactor setter/getter names of property attributes into Selector by Fariborz Jahanian · 16 years ago
  54. 70f9d86 String comparison cleanups. Added test case. by Ted Kremenek · 16 years ago
  55. b309525 Use EvalSummary to process message expressions, thereby unifying the checker by Ted Kremenek · 16 years ago
  56. a23157e Emit dead store warnings for ++ and -- operators. by Ted Kremenek · 16 years ago
  57. 95e2c71 Fix rdar://5905347 a crash on invalid builtin, due to the by Chris Lattner · 16 years ago
  58. 98ed49f Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I by Chris Lattner · 16 years ago
  59. 86ad3bc Minor refactorings/cleanups in CF retain checker and added support for NSMakeCollectable. by Ted Kremenek · 16 years ago
  60. 5c454ab When reporting branch conditions that evaluate to an uninitialized value, by Ted Kremenek · 16 years ago
  61. 9e66ba6 fix a bug handling right associative operators that Neil noticed, hopefully by Chris Lattner · 16 years ago
  62. 9189156 Fix the rest of PR2279: by Chris Lattner · 16 years ago
  63. d5214b2 Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil by Chris Lattner · 16 years ago
  64. 3b69115 fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D). by Chris Lattner · 16 years ago
  65. be34ac6 add testcase for pr2050 which is now fixed. by Chris Lattner · 16 years ago
  66. d3c3856 add a testcase by Chris Lattner · 16 years ago
  67. 57c9934 Another test case for properties in protocols. by Fariborz Jahanian · 16 years ago
  68. aebf0cb This patch is about merging ObjC2's properties declared in class by Fariborz Jahanian · 16 years ago
  69. 623f83f testcase cleanup by Ted Kremenek · 16 years ago
  70. fd3344d Static analysis test case for noreturn on exceptions. by Ted Kremenek · 16 years ago
  71. 3435096 Patch to match and issue diagnostics on property type mismatch. by Fariborz Jahanian · 16 years ago
  72. e866a7c Added test case for the static analyzer. by Ted Kremenek · 16 years ago
  73. e2013f5 Added test case to test null dereference checking with lval::ArrayOffset. by Ted Kremenek · 16 years ago
  74. dd6cec1 Convert CFLF to LF. CRLF was causing this test to fail under Mac OS X. by Ted Kremenek · 16 years ago
  75. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 16 years ago
  76. 5827754 remove the 'unused static' diagnostic from codegen. This should be by Chris Lattner · 16 years ago
  77. 910e999 Do a better job at computing dead symbols. by Ted Kremenek · 16 years ago
  78. 43ae4b0 Added uninitialized-values (path-sensitive) test case as a regression test by Ted Kremenek · 16 years ago
  79. 08e48c1 Added test case for functionality fix in rdar://problem/5886141 (handle variadic CF Create functions). by Ted Kremenek · 16 years ago
  80. a548846 Added lval type (and tracking) for StringLiterals. by Ted Kremenek · 16 years ago
  81. 0fe33bc Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers, allowing us to track lvals when they are casted back to pointers. by Ted Kremenek · 16 years ago
  82. 9704eac Added null dereference test involving arrays. by Ted Kremenek · 16 years ago
  83. c70bee8 Allow property in base class to be implemented in a derived class. by Fariborz Jahanian · 16 years ago
  84. 3603d73 Added missing expected-warning. by Ted Kremenek · 16 years ago
  85. b9ab690 Added null dereference test case looking for null dereferences involving MemberExpr. by Ted Kremenek · 16 years ago
  86. 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 16 years ago
  87. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 16 years ago
  88. f009795 Clean up handling of function redeclarations by Douglas Gregor · 16 years ago
  89. 1a1d92a Fix PR2236 Add test Implement feedback from Chris re: PR1998 by Nate Begeman · 16 years ago
  90. 65bb89c Two improvements to initializer parsing: by Chris Lattner · 16 years ago
  91. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  92. 59b6d5a fix __attribute__(format) for struct function pointer fields by Nuno Lopes · 16 years ago
  93. 576b3ad Added test cases to test for reference count leaks. by Ted Kremenek · 16 years ago
  94. 274d009 Add extra test cases to test "escaping" for the reference count checker. by Ted Kremenek · 16 years ago
  95. d59d96f Update CF reference count checker test case to illustrate the use of by Ted Kremenek · 16 years ago
  96. f87821c Added test case illustrating the use of '&'. by Ted Kremenek · 16 years ago
  97. b29b427 Rename RewriteTest->RewriteObjC. by Steve Naroff · 16 years ago
  98. 896436e Updated test cases so that they do not emit warnings for dead stores. by Ted Kremenek · 16 years ago
  99. 49a2fd2 Added test case to dead stores checker. by Ted Kremenek · 16 years ago
  100. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago