summaryrefslogtreecommitdiffstats
path: root/tools/scan-view/Reporter.py
Commit message (Expand)AuthorAgeFilesLines
* "missing ivar release" is a performance bug.Ted Kremenek2008-10-301-0/+2
* Generalize searching for the keyword "leak" in a bug type.Ted Kremenek2008-10-241-1/+1
* For Radar reporting, null dereferences should be default classified as "Crash...Ted Kremenek2008-10-231-0/+2
* Make "Performance" the default Radar classification for leaks. "Other" for a...Ted Kremenek2008-09-301-1/+10
* Make a separate parameter class for "Radar classifications".Ted Kremenek2008-09-301-5/+13
* Add "SelectionParameter" class to represent drop-down boxes.Ted Kremenek2008-09-301-13/+27
* Use objects to represent form parameters. This allows us to abstract away someTed Kremenek2008-09-301-6/+35
* Tabs -> Spaces.Ted Kremenek2008-09-301-4/+4
* Improve scan-view report bug (submitted) interface.Daniel Dunbar2008-09-221-7/+14
* Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar2008-09-211-1/+1
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-201-8/+26
* Add initial implementation of scan-viewDaniel Dunbar2008-09-191-0/+159