summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-view
Commit message (Collapse)AuthorAgeFilesLines
...
* scan-view tweaks:Daniel Dunbar2008-09-212-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
* scan-view: Add more information to default bug description and useDaniel Dunbar2008-09-211-3/+15
| | | | | | iframe to embed bug view (for easy reference). llvm-svn: 56406
* Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar2008-09-211-1/+1
| | | | llvm-svn: 56404
* Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ↵Ted Kremenek2008-09-211-1/+1
| | | | | | having scan-build output an empty (and possibly unused) <td>. llvm-svn: 56393
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-203-11/+36
| | | | llvm-svn: 56382
* Add initial implementation of scan-viewDaniel Dunbar2008-09-195-0/+643
- Web based interface to static analyzer. llvm-svn: 56375
OpenPOWER on IntegriCloud