gecko-dev/tools/clang-tidy
Andi-Bogdan Postelnicu 678216c088 Bug 1609864 - For clang-tidy disable checker performance-noexcept-move-constructor. r=sylvestre
Since we don't build use exceptions nor we use STL containers that rely on this when choosing copy
 from move ctors, if these are not marked with noexcept, we should disable this checker since
 it brings only noise to our analysis.

Differential Revision: https://phabricator.services.mozilla.com/D60218

--HG--
extra : moz-landing-system : lando
2020-01-17 08:49:01 +00:00
..
docs Bug 1606170 - Create a list of static analyzer/linters r=andi 2020-01-02 16:55:33 +00:00
test 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
config.yaml Bug 1609864 - For clang-tidy disable checker performance-noexcept-move-constructor. r=sylvestre 2020-01-17 08:49:01 +00:00