summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-view/Reporter.py
Commit message (Collapse)AuthorAgeFilesLines
* [scan-build] Move non user-facing utilities to shareJonathan Roelofs2015-11-131-248/+0
| | | | llvm-svn: 253068
* Create install targets for scan-build and scan-viewJonathan Roelofs2015-11-091-2/+2
| | | | | | http://reviews.llvm.org/D14403 llvm-svn: 252474
* "missing ivar release" is a performance bug.Ted Kremenek2008-10-301-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
* 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-301-13/+27
| | | | | | | Added "Classification" field to Radar filing. Modified FileRadar.scpt to take the classification as an argument. llvm-svn: 56854
* Use objects to represent form parameters. This allows us to abstract away someTed Kremenek2008-09-301-6/+35
| | | | | | | | 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
* Improve scan-view report bug (submitted) interface.Daniel Dunbar2008-09-221-7/+14
| | | | | | | | | 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
* Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar2008-09-211-1/+1
| | | | llvm-svn: 56404
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-201-8/+26
| | | | llvm-svn: 56382
* Add initial implementation of scan-viewDaniel Dunbar2008-09-191-0/+159
- Web based interface to static analyzer. llvm-svn: 56375
OpenPOWER on IntegriCloud