gecko-dev/tools/clang-tidy/test
Andi-Bogdan Postelnicu 8731a55350 Bug 1612274 - Add checker `readability-qualified-auto` for `clang-tidy` static-analysis. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D70481

--HG--
extra : moz-landing-system : lando
2020-04-10 07:06:09 +00:00
..
bugprone-argument-comment.cpp
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
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
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
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
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
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
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
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
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
bugprone-multiple-statement-macro.json
bugprone-sizeof-expression.cpp
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
bugprone-string-constructor.json Bug 1573211 - Update to clang 9.0.0 r=glandium 2019-09-21 16:26:53 +02:00
bugprone-string-integer-assignment.cpp
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
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
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
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
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
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
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
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
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
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
clang-analyzer-core.NonNullParamChecker.json Bug 1625884 - move `clang-tidy` and `clang-format` to `clang-10`. r=nalexander 2020-04-09 14:16:44 +00:00
clang-analyzer-core.NullDereference.cpp
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
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
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
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.Move.cpp Bug 1599101 - For clang-tidy based analysis add checker `clang-analyzer-cplusplus.Move`. r=sylvestre 2019-11-25 15:54:58 +00:00
clang-analyzer-cplusplus.Move.json Bug 1605852 - Enable modernize-concat-nested-namespaces r=andi 2019-12-26 10:22:23 +00:00
clang-analyzer-cplusplus.NewDelete.cpp
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
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
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
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
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
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
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
clang-analyzer-unix.cstring.NullArg.json Bug 1625884 - move `clang-tidy` and `clang-format` to `clang-10`. r=nalexander 2020-04-09 14:16:44 +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
cppcoreguidelines-pro-type-member-init.cpp Bug 1601103 - Enable clang-tidy's cppcoreguidelines-pro-type-member-init. r=andi 2019-12-04 19:57:08 +00:00
cppcoreguidelines-pro-type-member-init.json Bug 1601103 - Enable clang-tidy's cppcoreguidelines-pro-type-member-init. r=andi 2019-12-04 19:57:08 +00:00
misc-non-copyable-objects.cpp
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
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
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-concat-nested-namespaces.cpp Bug 1605852 - Enable modernize-concat-nested-namespaces r=andi 2019-12-26 10:22:23 +00:00
modernize-concat-nested-namespaces.json Bug 1605852 - Enable modernize-concat-nested-namespaces r=andi 2019-12-26 10:22:23 +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
modernize-use-using.cpp Bug 1617528 - Enable modernize-use-using at review phase r=andi 2020-02-24 10:05:16 +00:00
modernize-use-using.json Bug 1617528 - Enable modernize-use-using at review phase r=andi 2020-02-24 10:05:16 +00:00
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
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
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 1625884 - move `clang-tidy` and `clang-format` to `clang-10`. r=nalexander 2020-04-09 14:16:44 +00:00
performance-move-const-arg.cpp Bug 1558359 - clang-tidy - For `performance-move-const-arg` disable detection of trivially copyable types that do not have a move constructor. r=sylvestre 2019-10-16 12:59:33 +00:00
performance-move-const-arg.json Bug 1558359 - clang-tidy - For `performance-move-const-arg` disable detection of trivially copyable types that do not have a move constructor. r=sylvestre 2019-10-16 12:59:33 +00:00
performance-move-constructor-init.cpp
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
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 1606630 - add tests with `if constexpr` for checkers `readability-misleading-indentation` and `readability-braces-around-statements`. r=sylvestre 2020-01-08 08:39:44 +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
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
readability-implicit-bool-conversion.json
readability-inconsistent-declaration-parameter-name.cpp
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 Bug 1606630 - add tests with `if constexpr` for checkers `readability-misleading-indentation` and `readability-braces-around-statements`. r=sylvestre 2020-01-08 08:39:44 +00:00
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
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-qualified-auto.cpp Bug 1612274 - Add checker `readability-qualified-auto` for `clang-tidy` static-analysis. r=sylvestre 2020-04-10 07:06:09 +00:00
readability-qualified-auto.json Bug 1612274 - Add checker `readability-qualified-auto` for `clang-tidy` static-analysis. r=sylvestre 2020-04-10 07:06:09 +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
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
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
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
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