Commit Graph

16 Commits

Author SHA1 Message Date
Hackerpilot abd6409519 Fix false positive in unused variable detector 2014-08-22 14:31:55 -07:00
Hackerpilot 20dca2a0c7 Add JSON report output for the Sonar plugin 2014-08-20 18:49:44 -07:00
Hackerpilot 0ec0598927 Inline ASM support. 2014-08-15 18:31:14 -07:00
Hackerpilot d3daf6e6ad Mark unary expressions as 'interesting' if they have a '*' prefix. Fixes #194 2014-08-13 18:51:53 -07:00
Hackerpilot 31e9c74b2a Update my super-secret identity 2014-07-24 18:17:43 -07:00
Hackerpilot 798cdbffbf Implement static analysis check for members and properties that shadow built-in properties 2014-07-24 18:12:31 -07:00
Hackerpilot 84a0e706c2 Project restructuring 2014-06-25 19:03:57 -07:00
Matthew Brennan Jones ed188ee9be Small cleanup of style and junk comments. 2014-05-29 17:19:25 -07:00
Hackerpilot 8d34ba7144 Fix incorrect unused parameter warnings in function types 2014-05-27 04:56:40 +00:00
Hackerpilot 7a2d5f7e73 Fixed bug in unused parameter check 2014-05-18 00:48:35 +00:00
Hackerpilot 8b4b2b342f Thrown variables are used 2014-05-13 14:08:07 -07:00
Hackerpilot 35e568a756 Fix unused parameter warnings for in and out parameters 2014-05-12 18:09:02 -07:00
Hackerpilot fd60696a24 Fix segfault 2014-05-12 16:39:59 -07:00
Hackerpilot e0dc18a8b5 Fixed several issues with the unused variable finder and relaxed the number format rule 2014-05-12 16:03:05 -07:00
Hackerpilot b105a0f6a2 Remove more false positives in unused variable detection 2014-05-12 10:53:27 -07:00
Hackerpilot 87732c6657 Added unused variable check, and then used it to remove some unused variables 2014-05-10 02:56:01 -07:00