- b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
- 3edfa47 Updated checker build. by Ted Kremenek · 16 years ago
- e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
- 17fded6 scan-view: Add header and "report bug" links to report pages. by Daniel Dunbar · 16 years ago
- 4d20cf7 scan-view: Add links to open files using default file handler. by Daniel Dunbar · 16 years ago
- 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
- 28870e1 scan-view: Update for "button" class change, drop magic resolution of by Daniel Dunbar · 16 years ago
- db9e91b Reintegrate Daniel's changes. by Ted Kremenek · 16 years ago
- 51e6ffe Removed scan-view's version of scanview.css. by Ted Kremenek · 16 years ago
- 1d1abb1 Add "SUMMARYENDHEAD" tag. by Ted Kremenek · 16 years ago
- 3ce1207 Don't embed CSS inside scan-build script; use external scanview.css. by Ted Kremenek · 16 years ago
- 91639ef Don't emit link to source file. by Ted Kremenek · 16 years ago
- 68005dd Make "View Report" just a normal link again. by Ted Kremenek · 16 years ago
- 50534dc Don't print out the path length. by Ted Kremenek · 16 years ago
- 778246a Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. by Ted Kremenek · 16 years ago
- 7ccce6b not executable by Nuno Lopes · 16 years ago
- 33ae3af Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). by Steve Naroff · 16 years ago
- 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
- 5950b3f Use scan-view to view reports. Opening index.html is deprecated. by Ted Kremenek · 16 years ago
- 224e4e7 Updated checker build by Ted Kremenek · 16 years ago
- c2dd345 scan-view: Add links from bug reporting forms to report & summary pages. by Daniel Dunbar · 16 years ago
- 7ad535d scan-view: Search for available port if default is unavailable. by Daniel Dunbar · 16 years ago
- 8dcd940 scan-view: Store bug reporter defaults in ~/.scanview.cfg by Daniel Dunbar · 16 years ago
- e673c08 scan-view tweak - Require index.html in provided results directory. by Daniel Dunbar · 16 years ago
- 7345e47 scan-view tweaks - Use more correct HTTP error codes on (unexpected) errors. by Daniel Dunbar · 16 years ago
- 7cba112 Patch from Richard Godbee: by Ted Kremenek · 16 years ago
- 47cceff Improve scan-view report bug (submitted) interface. by Daniel Dunbar · 16 years ago
- 7826629 Improve scan-view report bug interface. by Daniel Dunbar · 16 years ago
- b131c8a scan-view tweaks: by Daniel Dunbar · 16 years ago
- cb028b0 scan-view tweaks: by Daniel Dunbar · 16 years ago
- 12a467f Add webkit styles using Javascript (detect for AppleWebKit) by Ted Kremenek · 16 years ago
- b315a39 Unbreak using abs_path. by Ted Kremenek · 16 years ago
- 25b51d0 scan-view: Add more information to default bug description and use by Daniel Dunbar · 16 years ago
- a05131a Change casing of bug type. by Ted Kremenek · 16 years ago
- feee21a Don't add Bugzilla reporter (not yet implemented) by Daniel Dunbar · 16 years ago
- b344f91 The checks in BasicObjCFoundationChecks now have a category: "API Misuse (Apple)" by Ted Kremenek · 16 years ago
- 0b00785 The "unused ivar" check now has a category: "Optimization" by Ted Kremenek · 16 years ago
- 2713347 Built-in checks now have a category: "Logic Errors" by Ted Kremenek · 16 years ago
- a6aa83e Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. by Ted Kremenek · 16 years ago
- 365680d Remove debugging message. by Ted Kremenek · 16 years ago
- 448b0f7 Unbreak ccc-analyzer: getcwd is from package Cwd by Ted Kremenek · 16 years ago
- 5f2825f Patch by Richard Godbee: by Ted Kremenek · 16 years ago
- ebb7413 scan-build now prints out bug categories. by Ted Kremenek · 16 years ago
- 62059e8 Add a bug category for NSError** checks. by Ted Kremenek · 16 years ago
- 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
- 5977110 Update VS projects. by Cedric Venet · 16 years ago
- 8c036c7 Add "category" to BugTypes, allowing bugs to be grouped. by Ted Kremenek · 16 years ago
- 82bae3f Add PostStore, a new ProgramPoint to distinguish between 'stores' and other PostStmts. by Ted Kremenek · 16 years ago
- 5472249 Make scan-view more robust / friendly when bug reporting fails. by Daniel Dunbar · 16 years ago
- e33d368 Add initial implementation of scan-view by Daniel Dunbar · 16 years ago
- e43038e Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
- fb8a7fd Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
- 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
- 9cbff26 Update checker build by Ted Kremenek · 16 years ago
- 0a41e5a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
- 69d349a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
- 2675875 When we have a binary expression 'int operator symbol', properly rewrite this as by Ted Kremenek · 16 years ago
- 94b8312 Add an omitted case for AssumeSymInt. by Zhongxing Xu · 16 years ago
- 90d4877 Updated checker build. by Ted Kremenek · 16 years ago
- 1cd920a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
- f968308 Add panic function "__assert_fail". by Ted Kremenek · 16 years ago
- 37fc826 Register the implicit null-dereferenced object as a notable symbol. by Ted Kremenek · 16 years ago
- 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
- 644f5fc Update Xcode project. by Ted Kremenek · 16 years ago
- 1672d33 Analysis option -warn-objc-nserror-methods is no longer available. (check is done automatically with -checker-cfref) by Ted Kremenek · 16 years ago
- 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
- 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
- 1318895 Add driver support for invoking block rewriter. by Steve Naroff · 16 years ago
- 5d44349 Enable '-warn-objc-nserror-methods' by default. by Ted Kremenek · 16 years ago
- f45d18c Implemented one of the checks requested in PR 2600: by Ted Kremenek · 16 years ago
- 91985ae Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
- f6e5ec4 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
- 834af45 Improve x86 ABI compatibility. by Daniel Dunbar · 16 years ago
- b43f392 Print current function on verification failures. by Daniel Dunbar · 16 years ago
- f035738 Drop CodeGenTypes parameter to classifyArgumentType. by Daniel Dunbar · 16 years ago
- 9c3c902 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
- 4e6153b Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
- 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
- 408dd37 Updated checker build. by Ted Kremenek · 16 years ago
- d6ecc5c Fix comment typo. by Zhongxing Xu · 16 years ago
- 5627377 Add support for ABIArgInfo::Expand - No functionality change. by Daniel Dunbar · 16 years ago
- 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
- 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
- e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
- 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
- 851607b Update Xcode project. by Ted Kremenek · 16 years ago
- 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
- c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
- d452758 ProgramPoint now takes the space of two pointers instead of one. This change was by Ted Kremenek · 16 years ago
- 3f61c18 Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
- a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
- 635d04f Updated checker build. by Ted Kremenek · 16 years ago
- 9f9b1fd Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
- 75e0571 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
- df3ffb3 Round out object size checking builtins (fprintf ones disabled as we by Daniel Dunbar · 16 years ago
- a8c96a2 Add website links to testing coverage & specification references. by Daniel Dunbar · 16 years ago
- c3517eb Add missing spaces in path diagnostics. by Ted Kremenek · 16 years ago
- 71441f0 Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
- 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
- f1d80f1 Updated checker build. by Ted Kremenek · 16 years ago