1. 47cceff Improve scan-view report bug (submitted) interface. by Daniel Dunbar · 16 years ago
  2. 7826629 Improve scan-view report bug interface. by Daniel Dunbar · 16 years ago
  3. b131c8a scan-view tweaks: by Daniel Dunbar · 16 years ago
  4. cb028b0 scan-view tweaks: by Daniel Dunbar · 16 years ago
  5. 12a467f Add webkit styles using Javascript (detect for AppleWebKit) by Ted Kremenek · 16 years ago
  6. b315a39 Unbreak using abs_path. by Ted Kremenek · 16 years ago
  7. 25b51d0 scan-view: Add more information to default bug description and use by Daniel Dunbar · 16 years ago
  8. a05131a Change casing of bug type. by Ted Kremenek · 16 years ago
  9. feee21a Don't add Bugzilla reporter (not yet implemented) by Daniel Dunbar · 16 years ago
  10. b344f91 The checks in BasicObjCFoundationChecks now have a category: "API Misuse (Apple)" by Ted Kremenek · 16 years ago
  11. 0b00785 The "unused ivar" check now has a category: "Optimization" by Ted Kremenek · 16 years ago
  12. 2713347 Built-in checks now have a category: "Logic Errors" by Ted Kremenek · 16 years ago
  13. a6aa83e Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. by Ted Kremenek · 16 years ago
  14. 365680d Remove debugging message. by Ted Kremenek · 16 years ago
  15. 448b0f7 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
  16. 5f2825f Patch by Richard Godbee: by Ted Kremenek · 16 years ago
  17. ebb7413 scan-build now prints out bug categories. by Ted Kremenek · 16 years ago
  18. 62059e8 Add a bug category for NSError** checks. by Ted Kremenek · 16 years ago
  19. 3bf5ebe Have ScanView.py generate a "<td></td>" pair in the output HTML instead of having scan-build output an empty (and possibly unused) <td>. by Ted Kremenek · 16 years ago
  20. 5977110 Update VS projects. by Cedric Venet · 16 years ago
  21. 8c036c7 Add "category" to BugTypes, allowing bugs to be grouped. by Ted Kremenek · 16 years ago
  22. 82bae3f Add PostStore, a new ProgramPoint to distinguish between 'stores' and other PostStmts. by Ted Kremenek · 16 years ago
  23. 5472249 Make scan-view more robust / friendly when bug reporting fails. by Daniel Dunbar · 16 years ago
  24. e33d368 Add initial implementation of scan-view by Daniel Dunbar · 16 years ago
  25. e43038e Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
  26. fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  27. a8fe39f Bug fix: for the base transfer function logic for casts, handle const casts as just propagating the value. by Ted Kremenek · 16 years ago
  28. 9cbff26 Update checker build by Ted Kremenek · 16 years ago
  29. 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  30. 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  31. 2675875 When we have a binary expression 'int operator symbol', properly rewrite this as by Ted Kremenek · 16 years ago
  32. 94b8312 Add an omitted case for AssumeSymInt. by Zhongxing Xu · 16 years ago
  33. 90d4877 Updated checker build. by Ted Kremenek · 16 years ago
  34. 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  35. f968308 Add panic function "__assert_fail". by Ted Kremenek · 16 years ago
  36. 37fc826 Register the implicit null-dereferenced object as a notable symbol. by Ted Kremenek · 16 years ago
  37. 7360fda Implement second part of PR 2600: NSError** parameter may be null, and should be checked before being dereferenced. by Ted Kremenek · 16 years ago
  38. 644f5fc Update Xcode project. by Ted Kremenek · 16 years ago
  39. 1672d33 Analysis option -warn-objc-nserror-methods is no longer available. (check is done automatically with -checker-cfref) by Ted Kremenek · 16 years ago
  40. cfdf9b4 Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. by Ted Kremenek · 16 years ago
  41. 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  42. 1318895 Add driver support for invoking block rewriter. by Steve Naroff · 16 years ago
  43. 5d44349 Enable '-warn-objc-nserror-methods' by default. by Ted Kremenek · 16 years ago
  44. f45d18c Implemented one of the checks requested in PR 2600: by Ted Kremenek · 16 years ago
  45. 91985ae Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
  46. f6e5ec4 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
  47. 834af45 Improve x86 ABI compatibility. by Daniel Dunbar · 16 years ago
  48. b43f392 Print current function on verification failures. by Daniel Dunbar · 16 years ago
  49. f035738 Drop CodeGenTypes parameter to classifyArgumentType. by Daniel Dunbar · 16 years ago
  50. 9c3c902 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
  51. 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  52. 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  53. 408dd37 Updated checker build. by Ted Kremenek · 16 years ago
  54. d6ecc5c Fix comment typo. by Zhongxing Xu · 16 years ago
  55. 5627377 Add support for ABIArgInfo::Expand - No functionality change. by Daniel Dunbar · 16 years ago
  56. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
  57. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  58. e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  59. 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  60. 851607b Update Xcode project. by Ted Kremenek · 16 years ago
  61. 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  62. c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  63. d452758 ProgramPoint now takes the space of two pointers instead of one. This change was by Ted Kremenek · 16 years ago
  64. 3f61c18 Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
  65. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  66. 635d04f Updated checker build. by Ted Kremenek · 16 years ago
  67. 9f9b1fd Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
  68. 75e0571 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
  69. df3ffb3 Round out object size checking builtins (fprintf ones disabled as we by Daniel Dunbar · 16 years ago
  70. a8c96a2 Add website links to testing coverage & specification references. by Daniel Dunbar · 16 years ago
  71. c3517eb Add missing spaces in path diagnostics. by Ted Kremenek · 16 years ago
  72. 71441f0 Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
  73. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  74. f1d80f1 Updated checker build. by Ted Kremenek · 16 years ago
  75. 77a5223 Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character by Douglas Gregor · 16 years ago
  76. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  77. 14d08c0 Add comments about C++ clause 3.3.2p4 that mentions that the condition declaration should be local to an if/switch/while/for statement. by Argyrios Kyrtzidis · 16 years ago
  78. 1346268 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
  79. 20b2bae Bug fix: <rdar://problem/6164367> by Ted Kremenek · 16 years ago
  80. 3e877ec Added SSE41 pminsd, pmaxsd, roundps and a few others by Mon P Wang · 16 years ago
  81. 0e68938 Check if the environment variable TERM is defined before using it. by Ted Kremenek · 16 years ago
  82. d9331a4 Update Xcode project. by Ted Kremenek · 16 years ago
  83. 378f47a Fix <rdar://problem/6210791> clang ObjC rewriter: @try / @catch block with no @finally does not call objc_exception_try_exit. by Steve Naroff · 16 years ago
  84. 7de3d79 bool is not an extension in C++ by Douglas Gregor · 16 years ago
  85. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  86. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  87. 4b7ff6e Fix stupid mistake I made in the exception handling code by Anders Carlsson · 16 years ago
  88. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  89. 143db71 Fix do-while scoping in C++. by Argyrios Kyrtzidis · 16 years ago
  90. c39a3d7 Allow array-to-pointer conversion for rvalues. by Argyrios Kyrtzidis · 16 years ago
  91. 24b41fa CXXConditionDeclExpr expression node is an lvalue. by Argyrios Kyrtzidis · 16 years ago
  92. d146552 LangOptions.C99 should be false in C++. by Argyrios Kyrtzidis · 16 years ago
  93. 488d37e Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed. by Argyrios Kyrtzidis · 16 years ago
  94. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  95. 8951dbd Use ABIArgInfo for decisions about function arguments (not just return by Daniel Dunbar · 16 years ago
  96. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  97. 9776ba0 Add ObjCMethodDecl::getSourceRange. by Daniel Dunbar · 16 years ago
  98. e281b4c Fold Parser::ParseTag into Parser::ParseEnumSpecifier, as suggested in this post: by Argyrios Kyrtzidis · 16 years ago
  99. 6660c8a Bug fix, apply default argument promotion in message sends for which by Daniel Dunbar · 16 years ago
  100. 637cebb Refactor common Obj-C message send checking code into by Daniel Dunbar · 16 years ago