summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-view
Commit message (Collapse)AuthorAgeFilesLines
* Increase scan-view max timeout to 1 minute.Ted Kremenek2009-05-041-1/+1
| | | | llvm-svn: 70896
* "missing ivar release" is a performance bug.Ted Kremenek2008-10-302-0/+2
| | | | llvm-svn: 58436
* Generalize searching for the keyword "leak" in a bug type.Ted Kremenek2008-10-241-1/+1
| | | | llvm-svn: 58115
* For Radar reporting, null dereferences should be default classified as ↵Ted Kremenek2008-10-231-0/+2
| | | | | | "Crash/Hang/Data loss" <rdar://problem/6315624> llvm-svn: 58045
* Set reproducibility back to "Always"Ted Kremenek2008-09-301-0/+0
| | | | llvm-svn: 56891
* scan-view: Remove some debugging prints.Daniel Dunbar2008-09-301-2/+0
| | | | llvm-svn: 56864
* Default reproducibility to "Not applicable"Ted Kremenek2008-09-301-0/+0
| | | | llvm-svn: 56860
* Make "Performance" the default Radar classification for leaks. "Other" for ↵Ted Kremenek2008-09-301-1/+10
| | | | | | all others (for now). llvm-svn: 56858
* Make a separate parameter class for "Radar classifications".Ted Kremenek2008-09-301-5/+13
| | | | | | Do not save the radar classification to the config file. llvm-svn: 56856
* 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. llvm-svn: 56854
* Conditionally load/save default parameter value from config file.Ted Kremenek2008-09-301-0/+2
| | | | llvm-svn: 56852
* 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. llvm-svn: 56851
* Tabs -> Spaces.Ted Kremenek2008-09-301-4/+4
| | | | llvm-svn: 56833
* Fix braindead bug, ID number was hardcoded.Daniel Dunbar2008-09-291-0/+0
| | | | llvm-svn: 56789
* Change Radar reproducibility to "Always".Daniel Dunbar2008-09-261-0/+0
| | | | llvm-svn: 56644
* Disable report crashes link for the time being.Daniel Dunbar2008-09-251-3/+7
| | | | llvm-svn: 56617
* Add link to report analyzer failures (parse errors, asserts, etc).Daniel Dunbar2008-09-251-45/+202
| | | | llvm-svn: 56606
* Add scan-view '--allow-all-hosts' option, by default access is nowDaniel Dunbar2008-09-242-0/+7
| | | | | | restricted to 127.0.0.1. llvm-svn: 56563
* scan-view: Add header and "report bug" links to report pages.Daniel Dunbar2008-09-221-2/+18
| | | | llvm-svn: 56470
* scan-view: Add links to open files using default file handler.Daniel Dunbar2008-09-222-9/+230
| | | | llvm-svn: 56454
* scan-view: Update for "button" class change, drop magic resolution ofDaniel Dunbar2008-09-221-3/+29
| | | | | | "scanview.css", start action for opening files. llvm-svn: 56448
* Removed scan-view's version of scanview.css.Ted Kremenek2008-09-221-70/+0
| | | | llvm-svn: 56446
* not executableNuno Lopes2008-09-221-0/+0
| | | | llvm-svn: 56439
* scan-view: Add links from bug reporting forms to report & summary pages.Daniel Dunbar2008-09-221-5/+13
| | | | llvm-svn: 56427
* scan-view: Search for available port if default is unavailable.Daniel Dunbar2008-09-222-17/+40
| | | | llvm-svn: 56426
* scan-view: Store bug reporter defaults in ~/.scanview.cfgDaniel Dunbar2008-09-221-13/+56
| | | | llvm-svn: 56424
* scan-view tweakDaniel Dunbar2008-09-221-1/+6
| | | | | | - Require index.html in provided results directory. llvm-svn: 56423
* 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. llvm-svn: 56422
* 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). llvm-svn: 56420
* Improve scan-view report bug interface.Daniel Dunbar2008-09-223-33/+133
| | | | | | - Pulled css out into Resources/scanview.css llvm-svn: 56416
* scan-view tweaks:Daniel Dunbar2008-09-211-2/+21
| | | | | | | - Add simple favicon - Allow resolving source file paths (should be rethought) llvm-svn: 56414
* 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