Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scan-build] Move non user-facing utilities to share | Jonathan Roelofs | 2015-11-13 | 1 | -248/+0 |
| | | | | llvm-svn: 253068 | ||||
* | Create install targets for scan-build and scan-view | Jonathan Roelofs | 2015-11-09 | 1 | -2/+2 |
| | | | | | | http://reviews.llvm.org/D14403 llvm-svn: 252474 | ||||
* | "missing ivar release" is a performance bug. | Ted Kremenek | 2008-10-30 | 1 | -0/+2 |
| | | | | llvm-svn: 58436 | ||||
* | Generalize searching for the keyword "leak" in a bug type. | Ted Kremenek | 2008-10-24 | 1 | -1/+1 |
| | | | | llvm-svn: 58115 | ||||
* | For Radar reporting, null dereferences should be default classified as ↵ | Ted Kremenek | 2008-10-23 | 1 | -0/+2 |
| | | | | | | "Crash/Hang/Data loss" <rdar://problem/6315624> llvm-svn: 58045 | ||||
* | Make "Performance" the default Radar classification for leaks. "Other" for ↵ | Ted Kremenek | 2008-09-30 | 1 | -1/+10 |
| | | | | | | all others (for now). llvm-svn: 56858 | ||||
* | Make a separate parameter class for "Radar classifications". | Ted Kremenek | 2008-09-30 | 1 | -5/+13 |
| | | | | | | Do not save the radar classification to the config file. llvm-svn: 56856 | ||||
* | Add "SelectionParameter" class to represent drop-down boxes. | Ted Kremenek | 2008-09-30 | 1 | -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 some | Ted Kremenek | 2008-09-30 | 1 | -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 Kremenek | 2008-09-30 | 1 | -4/+4 |
| | | | | llvm-svn: 56833 | ||||
* | Improve scan-view report bug (submitted) interface. | Daniel Dunbar | 2008-09-22 | 1 | -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 Dunbar | 2008-09-21 | 1 | -1/+1 |
| | | | | llvm-svn: 56404 | ||||
* | Make scan-view more robust / friendly when bug reporting fails. | Daniel Dunbar | 2008-09-20 | 1 | -8/+26 |
| | | | | llvm-svn: 56382 | ||||
* | Add initial implementation of scan-view | Daniel Dunbar | 2008-09-19 | 1 | -0/+159 |
- Web based interface to static analyzer. llvm-svn: 56375 |