1. 248e1c0 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
  2. fd96684 Make clang preprocessed output a bit more like gcc output. by Daniel Dunbar · 16 years ago
  3. 38a67c9 Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
  4. e9eb3f8 Comment fix. by Daniel Dunbar · 16 years ago
  5. ed736be Updated checker build. by Ted Kremenek · 16 years ago
  6. aefc366 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
  7. 761d7f7 Large mechanical patch. by Devang Patel · 16 years ago
  8. 27783eb Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
  9. b5f9a4e Disable report crashes link for the time being. by Daniel Dunbar · 16 years ago
  10. bb83ad2 Update Xcode project. by Ted Kremenek · 16 years ago
  11. d17062c Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago
  12. 7ebe0ed Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 16 years ago
  13. ce723ce Update scan-build to add markers about crashes. by Daniel Dunbar · 16 years ago
  14. c3998fa Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
  15. 82a1253 Use .txt extension for info files. by Ted Kremenek · 16 years ago
  16. ba80c9a Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). by Steve Naroff · 16 years ago
  17. cc2ece2 Fix a couple harmless warnings when compiling optimized with gcc (reported by mrs@apple.com). by Steve Naroff · 16 years ago
  18. 1656442 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? by Steve Naroff · 16 years ago
  19. 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
  20. f6a415f Add scan-view '--allow-all-hosts' option, by default access is now by Daniel Dunbar · 16 years ago
  21. 3b38e45 Update checker build. by Ted Kremenek · 16 years ago
  22. 1f6c3ae Fix some const-ness to keep the VisualStudio C++ compiler happy. by Steve Naroff · 16 years ago
  23. 485eeff Extend ASTContext::getTypeInfo() and ASTContext::getObjCEncodingForType() for BlockTypes. by Steve Naroff · 16 years ago
  24. cafd908 Updated test case. by Ted Kremenek · 16 years ago
  25. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  26. c1cf4a5 Implement Obj-C getter synthesis for copy and retain. by Daniel Dunbar · 16 years ago
  27. 29e0bcc Refactor some CodeGen functionality: by Daniel Dunbar · 16 years ago
  28. 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
  29. 0fb1d15 Adjust whitespaces. by Devang Patel · 16 years ago
  30. d0646bd s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  31. f143545 For generated index.html, look for "scan-view.css", not "/scan-view.css" by Ted Kremenek · 16 years ago
  32. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  33. dca6d6e Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. by Steve Naroff · 16 years ago
  34. ca3bb4f RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's uniformly. by Steve Naroff · 16 years ago
  35. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  36. d1f5ff7 Added test case. by Ted Kremenek · 16 years ago
  37. fa70825 Fix PR 2819: Compute dataflow values for all CFG blocks by not relying on having the "Exit" block being reachable by all (or any) of the blocks in the CFG. by Ted Kremenek · 16 years ago
  38. b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
  39. 3edfa47 Updated checker build. by Ted Kremenek · 16 years ago
  40. e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
  41. 17fded6 scan-view: Add header and "report bug" links to report pages. by Daniel Dunbar · 16 years ago
  42. 4d20cf7 scan-view: Add links to open files using default file handler. by Daniel Dunbar · 16 years ago
  43. 2384dfa Yank out special CSS for button rendering (not very portable or well tested, and we were encountering race conditions with CSS loading). by Ted Kremenek · 16 years ago
  44. 28870e1 scan-view: Update for "button" class change, drop magic resolution of by Daniel Dunbar · 16 years ago
  45. db9e91b Reintegrate Daniel's changes. by Ted Kremenek · 16 years ago
  46. 51e6ffe Removed scan-view's version of scanview.css. by Ted Kremenek · 16 years ago
  47. 1d1abb1 Add "SUMMARYENDHEAD" tag. by Ted Kremenek · 16 years ago
  48. 3ce1207 Don't embed CSS inside scan-build script; use external scanview.css. by Ted Kremenek · 16 years ago
  49. 91639ef Don't emit link to source file. by Ted Kremenek · 16 years ago
  50. 68005dd Make "View Report" just a normal link again. by Ted Kremenek · 16 years ago
  51. 50534dc Don't print out the path length. by Ted Kremenek · 16 years ago
  52. 778246a Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. by Ted Kremenek · 16 years ago
  53. 7ccce6b not executable by Nuno Lopes · 16 years ago
  54. 33ae3af Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). by Steve Naroff · 16 years ago
  55. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  56. 5950b3f Use scan-view to view reports. Opening index.html is deprecated. by Ted Kremenek · 16 years ago
  57. 224e4e7 Updated checker build by Ted Kremenek · 16 years ago
  58. c2dd345 scan-view: Add links from bug reporting forms to report & summary pages. by Daniel Dunbar · 16 years ago
  59. 7ad535d scan-view: Search for available port if default is unavailable. by Daniel Dunbar · 16 years ago
  60. 8dcd940 scan-view: Store bug reporter defaults in ~/.scanview.cfg by Daniel Dunbar · 16 years ago
  61. e673c08 scan-view tweak - Require index.html in provided results directory. by Daniel Dunbar · 16 years ago
  62. 7345e47 scan-view tweaks - Use more correct HTTP error codes on (unexpected) errors. by Daniel Dunbar · 16 years ago
  63. 7cba112 Patch from Richard Godbee: by Ted Kremenek · 16 years ago
  64. 47cceff Improve scan-view report bug (submitted) interface. by Daniel Dunbar · 16 years ago
  65. 7826629 Improve scan-view report bug interface. by Daniel Dunbar · 16 years ago
  66. b131c8a scan-view tweaks: by Daniel Dunbar · 16 years ago
  67. cb028b0 scan-view tweaks: by Daniel Dunbar · 16 years ago
  68. 12a467f Add webkit styles using Javascript (detect for AppleWebKit) by Ted Kremenek · 16 years ago
  69. b315a39 Unbreak using abs_path. by Ted Kremenek · 16 years ago
  70. 25b51d0 scan-view: Add more information to default bug description and use by Daniel Dunbar · 16 years ago
  71. a05131a Change casing of bug type. by Ted Kremenek · 16 years ago
  72. feee21a Don't add Bugzilla reporter (not yet implemented) by Daniel Dunbar · 16 years ago
  73. b344f91 The checks in BasicObjCFoundationChecks now have a category: "API Misuse (Apple)" by Ted Kremenek · 16 years ago
  74. 0b00785 The "unused ivar" check now has a category: "Optimization" by Ted Kremenek · 16 years ago
  75. 2713347 Built-in checks now have a category: "Logic Errors" by Ted Kremenek · 16 years ago
  76. a6aa83e Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. by Ted Kremenek · 16 years ago
  77. 365680d Remove debugging message. by Ted Kremenek · 16 years ago
  78. 448b0f7 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
  79. 5f2825f Patch by Richard Godbee: by Ted Kremenek · 16 years ago
  80. ebb7413 scan-build now prints out bug categories. by Ted Kremenek · 16 years ago
  81. 62059e8 Add a bug category for NSError** checks. by Ted Kremenek · 16 years ago
  82. 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
  83. 5977110 Update VS projects. by Cedric Venet · 16 years ago
  84. 8c036c7 Add "category" to BugTypes, allowing bugs to be grouped. by Ted Kremenek · 16 years ago
  85. 82bae3f Add PostStore, a new ProgramPoint to distinguish between 'stores' and other PostStmts. by Ted Kremenek · 16 years ago
  86. 5472249 Make scan-view more robust / friendly when bug reporting fails. by Daniel Dunbar · 16 years ago
  87. e33d368 Add initial implementation of scan-view by Daniel Dunbar · 16 years ago
  88. e43038e Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
  89. fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  90. 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
  91. 9cbff26 Update checker build by Ted Kremenek · 16 years ago
  92. 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  93. 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  94. 2675875 When we have a binary expression 'int operator symbol', properly rewrite this as by Ted Kremenek · 16 years ago
  95. 94b8312 Add an omitted case for AssumeSymInt. by Zhongxing Xu · 16 years ago
  96. 90d4877 Updated checker build. by Ted Kremenek · 16 years ago
  97. 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  98. f968308 Add panic function "__assert_fail". by Ted Kremenek · 16 years ago
  99. 37fc826 Register the implicit null-dereferenced object as a notable symbol. by Ted Kremenek · 16 years ago
  100. 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