summaryrefslogtreecommitdiff
path: root/tools/scan-view/Reporter.py
Commit message (Collapse)AuthorAge
* "missing ivar release" is a performance bug.Ted Kremenek2008-10-30
| | | | 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-24
| | | | 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-23
| | | | | | "Crash/Hang/Data loss" <rdar://problem/6315624> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58045 91177308-0d34-0410-b5e6-96231b3b80d8
* Make "Performance" the default Radar classification for leaks. "Other" for ↵Ted Kremenek2008-09-30
| | | | | | 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-30
| | | | | | | 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-30
| | | | | | | | 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
* Use objects to represent form parameters. This allows us to abstract away someTed Kremenek2008-09-30
| | | | | | | | | 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-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56833 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve scan-view report bug (submitted) interface.Daniel Dunbar2008-09-22
| | | | | | | | | | 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
* Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar2008-09-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56404 91177308-0d34-0410-b5e6-96231b3b80d8
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-20
| | | | 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-19
- Web based interface to static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56375 91177308-0d34-0410-b5e6-96231b3b80d8