D-Scanner/analysis
Hackerpilot 39f14f89f5 Merge branch 'new_branch_name'
Conflicts:
	analysis/run.d
	stdx/d/ast.d
2014-04-21 15:33:29 -07:00
..
base.d Run static analysis checks in parallel. Implement #130 2014-03-03 23:09:20 -08:00
constructors.d Added some checks for default constructors 2014-04-09 12:17:40 -07:00
del.d Make most AST classes final and most methods for processing them const 2014-03-03 22:24:58 -08:00
enumarrayliteral.d Make most AST classes final and most methods for processing them const 2014-03-03 22:24:58 -08:00
fish.d Added missing check for <>=, the deprecated floating point operator. 2014-04-13 12:21:44 -07:00
ifelsesame.d Added check for identical if/else blocks and obvious self-assignment 2014-04-21 15:26:54 -07:00
linespan.d Convert message function to delegate so that it can actually do something useful 2014-03-08 22:33:00 -08:00
numbers.d Make most AST classes final and most methods for processing them const 2014-03-03 22:24:58 -08:00
objectconst.d Fix #157 2014-04-10 14:09:33 -07:00
package.d Initial static analysis checks 2014-01-20 20:09:32 -08:00
pokemon.d Make most AST classes final and most methods for processing them const 2014-03-03 22:24:58 -08:00
range.d Fix hex literals in foreach loops 2014-04-21 15:25:45 -07:00
run.d Merge branch 'new_branch_name' 2014-04-21 15:33:29 -07:00
style.d Make most AST classes final and most methods for processing them const 2014-03-03 22:24:58 -08:00