D-Scanner/src/analysis
Sebastian Wilzbach efb0582d2c Switch to use the frozen stdx-allocator 2018-02-11 16:05:07 +01:00
..
alias_syntax_check.d update dependencies and adapt to TypeIdentifierPart & DeclaratorIdentList 2018-01-29 12:31:33 +01:00
allman.d Run DScanner on itself (#479) 2017-06-25 15:05:03 +03:00
asm_style.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
assert_without_msg.d assert_without_msg: Check for std.exception.enforce 2017-07-08 10:20:05 +02:00
auto_function.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
auto_ref_assignment.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
base.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
builtin_property_names.d Run DScanner on itself (#479) 2017-06-25 15:05:03 +03:00
comma_expression.d Fix null pointer error in comma expression check 2016-05-19 00:37:01 -07:00
config.d Add check for asserts without an explantory message 2017-07-08 03:30:50 +02:00
constructors.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
del.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
duplicate_attribute.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
enumarrayliteral.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
explicitly_annotated_unittests.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
final_attribute.d final attrib checker - handle static (#508) 2017-08-04 16:57:16 +02:00
fish.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
function_attributes.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
has_public_example.d fix #500 2017-11-03 15:40:31 +01:00
helpers.d Switch to use the frozen stdx-allocator 2018-02-11 16:05:07 +01:00
if_statements.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
ifelsesame.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
imports_sortedness.d Run DScanner on itself (#479) 2017-06-25 15:05:03 +03:00
incorrect_infinite_range.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
label_var_same_name_check.d fix #370 - False positive for duplicate variable name check with structs (#509) 2017-08-05 19:10:08 +02:00
lambda_return_check.d fix #275 - cant run tests under windows (#504) 2017-07-27 16:01:02 +02:00
length_subtraction.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
line_length.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
local_imports.d Run DScanner on itself (#479) 2017-06-25 15:05:03 +03:00
logic_precedence.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +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 disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
objectconst.d fix #312 - spurious warnings about non-const toString inside const block (#505) 2017-07-28 00:30:03 +02:00
opequals_without_tohash.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
package.d Run dfmt 2016-01-27 00:16:50 -08:00
pokemon.d update dependencies and adapt to TypeIdentifierPart & DeclaratorIdentList 2018-01-29 12:31:33 +01:00
properly_documented_public_functions.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
range.d No longer uses deprecated string.removechars 2017-08-02 15:32:48 -04:00
redundant_attributes.d Run DScanner on itself (#479) 2017-06-25 15:05:03 +03:00
redundant_parens.d Added an option that allows to skip the unittests analysis 2016-05-12 17:14:32 +02:00
run.d Switch to use the frozen stdx-allocator 2018-02-11 16:05:07 +01:00
static_if_else.d disable Phobos-specific checks by default, close #406 2017-05-08 01:30:29 +02:00
stats_collector.d Run dfmt 2016-01-27 00:16:50 -08:00
style.d fix #452 - false pos for namz style for VariableDecl with the "enum" storage class 2017-08-06 02:09:06 +02:00
undocumented.d Fixes cases of false or non positive with the useless init check (#475) 2017-06-28 08:08:33 +02:00
unmodified.d fixup f48862d7 2017-11-19 15:18:37 +01:00
unused.d fix style warnings on itself 2018-01-29 14:26:23 +01:00
unused_label.d Fix AssertError on unknown label in unused_label 2017-06-19 22:17:43 +02:00
useless_assert.d Fix deprecations (#458) 2017-06-15 14:18:17 +03:00
useless_initializer.d fix style warnings on itself 2018-01-29 14:26:23 +01:00
vcall_in_ctor.d fix #431, Virtual call in ctor - problem with overloaded virtual methods (#432) 2017-05-12 15:25:58 +02:00