gecko-dev/tools/clang-tidy/test
Andi-Bogdan Postelnicu ca4a195007 Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj
Differential Revision: https://phabricator.services.mozilla.com/D31229

--HG--
extra : moz-landing-system : lando
2019-05-22 14:55:45 +00:00
..
bugprone-argument-comment.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-argument-comment.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-assert-side-effect.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-assert-side-effect.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-bool-pointer-implicit-conversion.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-bool-pointer-implicit-conversion.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-forward-declaration-namespace.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-forward-declaration-namespace.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-incorrect-roundings.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-incorrect-roundings.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-integer-division.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-integer-division.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-macro-parentheses.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-macro-parentheses.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-macro-repeated-side-effects.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-macro-repeated-side-effects.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-misplaced-widening-cast.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-misplaced-widening-cast.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-move-forwarding-reference.cpp Bug 1551083 - Enable bugprone-move-forwarding-reference r=andi 2019-05-14 07:12:37 +00:00
bugprone-move-forwarding-reference.json Bug 1551083 - Enable bugprone-move-forwarding-reference r=andi 2019-05-14 07:12:37 +00:00
bugprone-multiple-statement-macro.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-multiple-statement-macro.json Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-sizeof-expression.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-sizeof-expression.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-string-constructor.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-string-constructor.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-string-integer-assignment.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-string-integer-assignment.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-suspicious-memset-usage.cpp Bug 1475882 - clang-tidy: Enable bugprone-suspicious-memset-usage check. r=andi 2018-07-08 23:54:13 -07:00
bugprone-suspicious-memset-usage.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-suspicious-missing-comma.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-suspicious-missing-comma.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-suspicious-semicolon.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-suspicious-semicolon.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-suspicious-string-compare.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-suspicious-string-compare.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-swapped-arguments.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-swapped-arguments.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-too-small-loop-variable.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
bugprone-too-small-loop-variable.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
bugprone-unused-raii.cpp Bug 1466427 - Migrate clang-tidy package from 5.0.1 to 7.0.0-rc2. r=glandium,janx 2018-08-24 12:39:58 +00:00
bugprone-unused-raii.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
bugprone-use-after-move.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
bugprone-use-after-move.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.CallAndMessage.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.CallAndMessage.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.DivideZero.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.DivideZero.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.NonNullParamChecker.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.NonNullParamChecker.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.NullDereference.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.NullDereference.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.UndefinedBinaryOperatorResult.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.UndefinedBinaryOperatorResult.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.uninitialized.Assign.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.uninitialized.Assign.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-core.uninitialized.Branch.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
clang-analyzer-core.uninitialized.Branch.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-cplusplus.NewDelete.cpp Bug 1475882 - clang-analyzer: Enable clang-analyzer-cplusplus.NewDelete check. r=andi 2018-07-14 23:07:40 -07:00
clang-analyzer-cplusplus.NewDelete.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-cplusplus.NewDeleteLeaks.cpp Bug 1475882 - clang-analyzer: Enable clang-analyzer-cplusplus.NewDeleteLeaks check. r=andi 2018-07-14 23:10:39 -07:00
clang-analyzer-cplusplus.NewDeleteLeaks.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-deadcode.DeadStores.cpp
clang-analyzer-deadcode.DeadStores.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.FloatLoopCounter.cpp
clang-analyzer-security.FloatLoopCounter.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.UncheckedReturn.cpp
clang-analyzer-security.insecureAPI.UncheckedReturn.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.bcmp.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
clang-analyzer-security.insecureAPI.bcmp.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.bcopy.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
clang-analyzer-security.insecureAPI.bcopy.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.bzero.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
clang-analyzer-security.insecureAPI.bzero.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.getpw.cpp
clang-analyzer-security.insecureAPI.getpw.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.gets.cpp
clang-analyzer-security.insecureAPI.gets.json
clang-analyzer-security.insecureAPI.mkstemp.cpp
clang-analyzer-security.insecureAPI.mkstemp.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.mktemp.cpp
clang-analyzer-security.insecureAPI.mktemp.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-security.insecureAPI.rand.cpp
clang-analyzer-security.insecureAPI.rand.json
clang-analyzer-security.insecureAPI.strcpy.cpp
clang-analyzer-security.insecureAPI.strcpy.json
clang-analyzer-security.insecureAPI.vfork.cpp
clang-analyzer-security.insecureAPI.vfork.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-unix.Malloc.cpp Bug 1475882 - clang-analyzer: Enable clang-analyzer-unix.Malloc check. r=andi 2018-07-14 23:28:26 -07:00
clang-analyzer-unix.Malloc.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-unix.cstring.BadSizeArg.cpp Bug 1475882 - clang-analyzer: Enable clang-analyzer-unix.cstring.BadSizeArg check. r=andi 2018-07-14 23:15:37 -07:00
clang-analyzer-unix.cstring.BadSizeArg.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
clang-analyzer-unix.cstring.NullArg.cpp Bug 1475882 - clang-analyzer: Enable clang-analyzer-unix.cstring.NullArg check. r=andi 2018-07-14 22:07:12 -07:00
clang-analyzer-unix.cstring.NullArg.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
cppcoreguidelines-narrowing-conversions.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
cppcoreguidelines-narrowing-conversions.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
misc-non-copyable-objects.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
misc-non-copyable-objects.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
misc-redundant-expression.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
misc-redundant-expression.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
misc-unused-alias-decls.cpp Bug 1475882 - clang-tidy: Enable misc-unused-alias-decls check. r=andi 2018-07-09 11:04:31 -07:00
misc-unused-alias-decls.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
misc-unused-using-decls.cpp
misc-unused-using-decls.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-avoid-bind.cpp
modernize-avoid-bind.json Bug 1503453 - re-enable static-analysis autotest on win64 platform after migrating to clang-tidy 8. r=sylvestre 2019-05-14 13:00:13 +00:00
modernize-deprecated-ios-base-aliases.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
modernize-deprecated-ios-base-aliases.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
modernize-loop-convert.cpp
modernize-loop-convert.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-raw-string-literal.cpp
modernize-raw-string-literal.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-redundant-void-arg.cpp
modernize-redundant-void-arg.json
modernize-shrink-to-fit.cpp
modernize-shrink-to-fit.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-use-auto.cpp
modernize-use-auto.json
modernize-use-bool-literals.cpp
modernize-use-bool-literals.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-use-equals-default.cpp
modernize-use-equals-default.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-use-equals-delete.cpp
modernize-use-equals-delete.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-use-nullptr.cpp
modernize-use-nullptr.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
modernize-use-override.cpp
modernize-use-override.json
performance-faster-string-find.cpp
performance-faster-string-find.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-for-range-copy.cpp
performance-for-range-copy.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-implicit-conversion-in-loop.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
performance-implicit-conversion-in-loop.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-inefficient-algorithm.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
performance-inefficient-algorithm.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-inefficient-string-concatenation.cpp
performance-inefficient-string-concatenation.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-inefficient-vector-operation.cpp
performance-inefficient-vector-operation.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-move-const-arg.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
performance-move-const-arg.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-move-constructor-init.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
performance-move-constructor-init.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-noexcept-move-constructor.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
performance-noexcept-move-constructor.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-type-promotion-in-math-fn.cpp
performance-type-promotion-in-math-fn.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-unnecessary-copy-initialization.cpp
performance-unnecessary-copy-initialization.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
performance-unnecessary-value-param.cpp
performance-unnecessary-value-param.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-braces-around-statements.cpp Bug 1488687 - Enable braces around statements clang-tidy checker r=Ehsan 2018-09-05 14:07:58 +00:00
readability-braces-around-statements.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-const-return-type.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-const-return-type.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-container-size-empty.cpp
readability-container-size-empty.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-delete-null-pointer.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
readability-delete-null-pointer.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-else-after-return.cpp
readability-else-after-return.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-implicit-bool-conversion.cpp Bug 1479298 - [Static-Analysis][Clang-Based] Implement the passing of configuration flags to checkers in the configuration file. r=sylvestre 2018-10-10 08:01:24 +00:00
readability-implicit-bool-conversion.json Bug 1253844 - Enable the readability-implicit-bool-conversion checker r=andi 2018-10-03 16:30:29 +00:00
readability-inconsistent-declaration-parameter-name.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
readability-inconsistent-declaration-parameter-name.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-isolate-declaration.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-isolate-declaration.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-magic-numbers.cpp Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-magic-numbers.json Bug 1551842 - Add new clang-tidy checkers from clang 8.0.0. r=sylvestre,froydnj 2019-05-22 14:55:45 +00:00
readability-misleading-indentation.cpp
readability-misleading-indentation.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-non-const-parameter.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
readability-non-const-parameter.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-redundant-control-flow.cpp
readability-redundant-control-flow.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-redundant-preprocessor.cpp Bug 1503453 - Fix Perma 'mach static-analysis autotest; caused by Bug 1540769. r=sylvestre 2019-04-04 11:34:47 +00:00
readability-redundant-preprocessor.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-redundant-smartptr-get.cpp Bug 1494951 - [Static-Analysis][Clang-Tidy] Publish checker 'readability-redundant-smartptr-get'. r=janx 2018-10-01 12:52:39 +00:00
readability-redundant-smartptr-get.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-redundant-string-cstr.cpp
readability-redundant-string-cstr.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-redundant-string-init.cpp
readability-redundant-string-init.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-simplify-boolean-expr.cpp Bug 1487321 - [Static-Analysis][Clang-Tidy] Add new checkers present in 7.0. r=sylvestre 2018-10-02 14:10:32 +00:00
readability-simplify-boolean-expr.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-static-accessed-through-instance.cpp Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00
readability-static-accessed-through-instance.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
readability-uniqueptr-delete-release.cpp
readability-uniqueptr-delete-release.json Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
structures.h Bug 1486410 - Bug 1466427 - Enable new clang-tidy 7.0 checks. r=andi 2018-09-04 11:55:19 +00:00