| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scan-view: Add header and "report bug" links to report pages. | Daniel Dunbar | 2008-09-22 | 1 | -2/+18 |
| | | | | | llvm-svn: 56470 | ||||
| * | scan-view: Add links to open files using default file handler. | Daniel Dunbar | 2008-09-22 | 2 | -9/+230 |
| | | | | | llvm-svn: 56454 | ||||
| * | Yank out special CSS for button rendering (not very portable or well tested, ↵ | Ted Kremenek | 2008-09-22 | 1 | -12/+0 |
| | | | | | | | and we were encountering race conditions with CSS loading). llvm-svn: 56449 | ||||
| * | scan-view: Update for "button" class change, drop magic resolution of | Daniel Dunbar | 2008-09-22 | 1 | -3/+29 |
| | | | | | | | "scanview.css", start action for opening files. llvm-svn: 56448 | ||||
| * | Reintegrate Daniel's changes. | Ted Kremenek | 2008-09-22 | 1 | -1/+43 |
| | | | | | llvm-svn: 56447 | ||||
| * | Removed scan-view's version of scanview.css. | Ted Kremenek | 2008-09-22 | 1 | -70/+0 |
| | | | | | llvm-svn: 56446 | ||||
| * | Add "SUMMARYENDHEAD" tag. | Ted Kremenek | 2008-09-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 56445 | ||||
| * | Don't embed CSS inside scan-build script; use external scanview.css. | Ted Kremenek | 2008-09-22 | 2 | -27/+33 |
| | | | | | llvm-svn: 56444 | ||||
| * | Don't emit link to source file. | Ted Kremenek | 2008-09-22 | 1 | -13/+2 |
| | | | | | llvm-svn: 56443 | ||||
| * | Make "View Report" just a normal link again. | Ted Kremenek | 2008-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 56442 | ||||
| * | Don't print out the path length. | Ted Kremenek | 2008-09-22 | 1 | -6/+4 |
| | | | | | llvm-svn: 56441 | ||||
| * | Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. | Ted Kremenek | 2008-09-22 | 1 | -2/+4 |
| | | | | | llvm-svn: 56440 | ||||
| * | not executable | Nuno Lopes | 2008-09-22 | 1 | -0/+0 |
| | | | | | llvm-svn: 56439 | ||||
| * | Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). | Steve Naroff | 2008-09-22 | 2 | -5/+5 |
| | | | | | llvm-svn: 56438 | ||||
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=2816. | Steve Naroff | 2008-09-22 | 2 | -6/+16 |
| | | | | | llvm-svn: 56433 | ||||
| * | Use scan-view to view reports. Opening index.html is deprecated. | Ted Kremenek | 2008-09-22 | 1 | -4/+6 |
| | | | | | llvm-svn: 56431 | ||||
| * | Updated checker build | Ted Kremenek | 2008-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 56430 | ||||
| * | scan-view: Add links from bug reporting forms to report & summary pages. | Daniel Dunbar | 2008-09-22 | 1 | -5/+13 |
| | | | | | llvm-svn: 56427 | ||||
| * | scan-view: Search for available port if default is unavailable. | Daniel Dunbar | 2008-09-22 | 2 | -17/+40 |
| | | | | | llvm-svn: 56426 | ||||
| * | scan-view: Store bug reporter defaults in ~/.scanview.cfg | Daniel Dunbar | 2008-09-22 | 1 | -13/+56 |
| | | | | | llvm-svn: 56424 | ||||
| * | scan-view tweak | Daniel Dunbar | 2008-09-22 | 1 | -1/+6 |
| | | | | | | | - Require index.html in provided results directory. llvm-svn: 56423 | ||||
| * | scan-view tweaks | Daniel Dunbar | 2008-09-22 | 1 | -6/+6 |
| | | | | | | | | | - Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. llvm-svn: 56422 | ||||
| * | Patch from Richard Godbee: | Ted Kremenek | 2008-09-22 | 1 | -7/+86 |
| | | | | | | | | Improve scan-build results to include the user's host name, the working directory of the analyzed project, and the date the analysis run took place. llvm-svn: 56421 | ||||
| * | Improve scan-view report bug (submitted) interface. | Daniel Dunbar | 2008-09-22 | 3 | -65/+100 |
| | | | | | | | | | | Give more meaningful error messages / fail gracefully on bad form input or SMTP errors. Use button for Report Bug link (where available). llvm-svn: 56420 | ||||
| * | Improve scan-view report bug interface. | Daniel Dunbar | 2008-09-22 | 3 | -33/+133 |
| | | | | | | | - Pulled css out into Resources/scanview.css llvm-svn: 56416 | ||||
| * | scan-view tweaks: | Daniel Dunbar | 2008-09-21 | 1 | -2/+21 |
| | | | | | | | | - Add simple favicon - Allow resolving source file paths (should be rethought) llvm-svn: 56414 | ||||
| * | scan-view tweaks: | Daniel Dunbar | 2008-09-21 | 2 | -4/+21 |
| | | | | | | | | | | - Update for scan-build table change. - Add --auto-reload option (for development, avoids need to restart server). - Always send Last-Modified, with a reasonable value for dynamic content. llvm-svn: 56409 | ||||
| * | Add webkit styles using Javascript (detect for AppleWebKit) | Ted Kremenek | 2008-09-21 | 1 | -1/+12 |
| | | | | | llvm-svn: 56408 | ||||
| * | Unbreak using abs_path. | Ted Kremenek | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56407 | ||||
| * | scan-view: Add more information to default bug description and use | Daniel Dunbar | 2008-09-21 | 1 | -3/+15 |
| | | | | | | | iframe to embed bug view (for easy reference). llvm-svn: 56406 | ||||
| * | Change casing of bug type. | Ted Kremenek | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56405 | ||||
| * | Don't add Bugzilla reporter (not yet implemented) | Daniel Dunbar | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56404 | ||||
| * | The checks in BasicObjCFoundationChecks now have a category: "API Misuse ↵ | Ted Kremenek | 2008-09-21 | 1 | -3/+10 |
| | | | | | | | (Apple)" llvm-svn: 56403 | ||||
| * | The "unused ivar" check now has a category: "Optimization" | Ted Kremenek | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56402 | ||||
| * | Built-in checks now have a category: "Logic Errors" | Ted Kremenek | 2008-09-21 | 1 | -4/+6 |
| | | | | | llvm-svn: 56401 | ||||
| * | Added experimental "intelligent-sizing" of HTML message bubbles based on the ↵ | Ted Kremenek | 2008-09-21 | 1 | -35/+77 |
| | | | | | | | contents of the message. llvm-svn: 56400 | ||||
| * | Remove debugging message. | Ted Kremenek | 2008-09-21 | 1 | -1/+0 |
| | | | | | llvm-svn: 56398 | ||||
| * | Unbreak ccc-analyzer: getcwd is from package Cwd | Ted Kremenek | 2008-09-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 56397 | ||||
| * | Patch by Richard Godbee: | Ted Kremenek | 2008-09-21 | 1 | -2/+2 |
| | | | | | | | | Output to .info files the absolute paths to files that were rejected by the parser or crashed the analyzer. llvm-svn: 56396 | ||||
| * | scan-build now prints out bug categories. | Ted Kremenek | 2008-09-21 | 1 | -60/+133 |
| | | | | | llvm-svn: 56395 | ||||
| * | Add a bug category for NSError** checks. | Ted Kremenek | 2008-09-21 | 2 | -0/+7 |
| | | | | | llvm-svn: 56394 | ||||
| * | Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ↵ | Ted Kremenek | 2008-09-21 | 2 | -2/+2 |
| | | | | | | | having scan-build output an empty (and possibly unused) <td>. llvm-svn: 56393 | ||||
| * | Update VS projects. | Cedric Venet | 2008-09-20 | 2 | -5/+9 |
| | | | | | llvm-svn: 56390 | ||||
| * | Add "category" to BugTypes, allowing bugs to be grouped. | Ted Kremenek | 2008-09-20 | 7 | -20/+61 |
| | | | | | | | Changed casing of many bug names. The convention will be to have bug names (mostly) lower cased, and categories use some capitalization. llvm-svn: 56385 | ||||
| * | Add PostStore, a new ProgramPoint to distinguish between 'stores' and other ↵ | Ted Kremenek | 2008-09-20 | 4 | -20/+49 |
| | | | | | | | | | | | PostStmts. GRExprEngine: Use PostStore in EvalStore. Use a second version of EvalStore in EvalBinaryOperator to associate the store with the expression on the LHS. llvm-svn: 56383 | ||||
| * | Make scan-view more robust / friendly when bug reporting fails. | Daniel Dunbar | 2008-09-20 | 3 | -11/+36 |
| | | | | | llvm-svn: 56382 | ||||
| * | Add initial implementation of scan-view | Daniel Dunbar | 2008-09-19 | 5 | -0/+643 |
| | | | | | | | - Web based interface to static analyzer. llvm-svn: 56375 | ||||
| * | Add REPORTBUG marker to scan-build. | Daniel Dunbar | 2008-09-19 | 1 | -0/+4 |
| | | | | | llvm-svn: 56373 | ||||
| * | Test case for transfer function logic of const casts. | Ted Kremenek | 2008-09-19 | 1 | -0/+24 |
| | | | | | llvm-svn: 56369 | ||||
| * | Bug fix: for the base transfer function logic for casts, handle const casts ↵ | Ted Kremenek | 2008-09-19 | 1 | -0/+9 |
| | | | | | | | as just propagating the value. llvm-svn: 56368 | ||||

