D-Scanner/src/analysis
Basile Burg 7686dd0ecc
prevent to check for final attribs inside templates
since they might be mixed or not, in structs or not
2017-02-04 02:38:20 +01:00
..
alias_syntax_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
asm_style.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
auto_function.d prevent a case of false detection for auto functions 2016-12-11 00:42:47 +01:00
auto_ref_assignment.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
base.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
builtin_property_names.d Update dsymbol and dparse 2016-10-12 19:28:51 -07:00
comma_expression.d Fix null pointer error in comma expression check 2016-05-19 00:37:01 -07:00
config.d add a checker for cases where final is a noop 2017-01-16 06:38:55 +01:00
constructors.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
del.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
duplicate_attribute.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
enumarrayliteral.d Update dsymbol and dparse 2016-10-12 19:28:51 -07:00
explicitly_annotated_unittests.d Address @BBasile's review 2016-12-16 00:52:17 +01:00
final_attribute.d prevent to check for final attribs inside templates 2017-02-04 02:38:20 +01:00
fish.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
function_attributes.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
helpers.d Fix import 2016-04-18 14:02:27 -07:00
if_statements.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
ifelsesame.d Fix cast 2016-10-18 13:59:57 -07:00
imports_sortedness.d Imports sortedness check: handle local imports in their separate scope 2016-12-15 15:20:54 +01:00
incorrect_infinite_range.d Correct small typo 2016-06-30 20:54:00 +02:00
label_var_same_name_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
lambda_return_check.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
length_subtraction.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
line_length.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
local_imports.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
logic_precedence.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
mismatched_args.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
numbers.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
objectconst.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
opequals_without_tohash.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
package.d Run dfmt 2016-01-27 00:16:50 -08:00
pokemon.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
range.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
redundant_parens.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
run.d add a checker for cases where final is a noop 2017-01-16 06:38:55 +01:00
static_if_else.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
stats_collector.d Run dfmt 2016-01-27 00:16:50 -08:00
style.d Fix #360 2016-07-05 15:59:15 -07:00
undocumented.d Update dsymbol and dparse 2016-10-12 19:28:51 -07:00
unmodified.d Update dsymbol and dparse 2016-10-12 19:28:51 -07:00
unused.d fix #380, templated enum seen as unused variable 2016-12-21 21:16:42 +01:00
unused_label.d prevent possible segfault with instructions without params, like RDTSC 2016-12-24 19:55:33 +01:00
useless_assert.d fixup for #368, readme and source comment still stated the prev.behavior 2016-09-03 22:31:32 +02:00