summaryrefslogtreecommitdiffstats
path: root/tools/scan-view
Commit message (Collapse)AuthorAgeFilesLines
* Fix call to send_error() in scan-view. An int error code is expected but a ↵Ted Kremenek2011-02-211-1/+1
| | | | | | string was being sent. Patch by Andrew Price! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126138 91177308-0d34-0410-b5e6-96231b3b80d8
* Increase scan-view max timeout to 1 minute.Ted Kremenek2009-05-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70896 91177308-0d34-0410-b5e6-96231b3b80d8
* "missing ivar release" is a performance bug.Ted Kremenek2008-10-302-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58436 91177308-0d34-0410-b5e6-96231b3b80d8
* Generalize searching for the keyword "leak" in a bug type.Ted Kremenek2008-10-241-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58115 91177308-0d34-0410-b5e6-96231b3b80d8
* For Radar reporting, null dereferences should be default classified as ↵Ted Kremenek2008-10-231-0/+2
| | | | | | "Crash/Hang/Data loss" <rdar://problem/6315624> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58045 91177308-0d34-0410-b5e6-96231b3b80d8
* Set reproducibility back to "Always"Ted Kremenek2008-09-301-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56891 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Remove some debugging prints.Daniel Dunbar2008-09-301-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56864 91177308-0d34-0410-b5e6-96231b3b80d8
* Default reproducibility to "Not applicable"Ted Kremenek2008-09-301-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56860 91177308-0d34-0410-b5e6-96231b3b80d8
* Make "Performance" the default Radar classification for leaks. "Other" for ↵Ted Kremenek2008-09-301-1/+10
| | | | | | all others (for now). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56858 91177308-0d34-0410-b5e6-96231b3b80d8
* Make a separate parameter class for "Radar classifications".Ted Kremenek2008-09-301-5/+13
| | | | | | | Do not save the radar classification to the config file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56856 91177308-0d34-0410-b5e6-96231b3b80d8
* Add "SelectionParameter" class to represent drop-down boxes.Ted Kremenek2008-09-302-13/+27
| | | | | | | | Added "Classification" field to Radar filing. Modified FileRadar.scpt to take the classification as an argument. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56854 91177308-0d34-0410-b5e6-96231b3b80d8
* Conditionally load/save default parameter value from config file.Ted Kremenek2008-09-301-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56852 91177308-0d34-0410-b5e6-96231b3b80d8
* Use objects to represent form parameters. This allows us to abstract away someTed Kremenek2008-09-302-18/+44
| | | | | | | | | of the details of HTML rendering of form parameters, and also us with the ability to delegate other actions (such as in the filling in of default values) to specific parameter objects. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56851 91177308-0d34-0410-b5e6-96231b3b80d8
* Tabs -> Spaces.Ted Kremenek2008-09-301-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56833 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix braindead bug, ID number was hardcoded.Daniel Dunbar2008-09-291-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56789 91177308-0d34-0410-b5e6-96231b3b80d8
* Change Radar reproducibility to "Always".Daniel Dunbar2008-09-261-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56644 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable report crashes link for the time being.Daniel Dunbar2008-09-251-3/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56617 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link to report analyzer failures (parse errors, asserts, etc).Daniel Dunbar2008-09-251-45/+202
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56606 91177308-0d34-0410-b5e6-96231b3b80d8
* Add scan-view '--allow-all-hosts' option, by default access is nowDaniel Dunbar2008-09-242-0/+7
| | | | | | | restricted to 127.0.0.1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56563 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Add header and "report bug" links to report pages.Daniel Dunbar2008-09-221-2/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56470 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Add links to open files using default file handler.Daniel Dunbar2008-09-222-9/+230
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56454 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Update for "button" class change, drop magic resolution ofDaniel Dunbar2008-09-221-3/+29
| | | | | | | "scanview.css", start action for opening files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56448 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed scan-view's version of scanview.css.Ted Kremenek2008-09-221-70/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56446 91177308-0d34-0410-b5e6-96231b3b80d8
* not executableNuno Lopes2008-09-221-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56439 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Add links from bug reporting forms to report & summary pages.Daniel Dunbar2008-09-221-5/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56427 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Search for available port if default is unavailable.Daniel Dunbar2008-09-222-17/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56426 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Store bug reporter defaults in ~/.scanview.cfgDaniel Dunbar2008-09-221-13/+56
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56424 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view tweakDaniel Dunbar2008-09-221-1/+6
| | | | | | | - Require index.html in provided results directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56423 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view tweaksDaniel Dunbar2008-09-221-6/+6
| | | | | | | | | - Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56422 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve scan-view report bug (submitted) interface.Daniel Dunbar2008-09-223-65/+100
| | | | | | | | | | Give more meaningful error messages / fail gracefully on bad form input or SMTP errors. Use button for Report Bug link (where available). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56420 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve scan-view report bug interface.Daniel Dunbar2008-09-223-33/+133
| | | | | | | - Pulled css out into Resources/scanview.css git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56416 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view tweaks:Daniel Dunbar2008-09-211-2/+21
| | | | | | | | - Add simple favicon - Allow resolving source file paths (should be rethought) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56414 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56409 91177308-0d34-0410-b5e6-96231b3b80d8
* scan-view: Add more information to default bug description and useDaniel Dunbar2008-09-211-3/+15
| | | | | | | iframe to embed bug view (for easy reference). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56406 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar2008-09-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56404 91177308-0d34-0410-b5e6-96231b3b80d8
* 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>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56393 91177308-0d34-0410-b5e6-96231b3b80d8
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-203-11/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56382 91177308-0d34-0410-b5e6-96231b3b80d8
* Add initial implementation of scan-viewDaniel Dunbar2008-09-195-0/+643
- Web based interface to static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56375 91177308-0d34-0410-b5e6-96231b3b80d8