Commit Graph

41 Commits (c54f9b1e58bbe617c6c0f615b9a1a6366b3bf7d9)

Author SHA1 Message Date
Ben Boeckel a7e90ba252 clang-tidy: fix `bugprone-implicit-widening-of-multiplication-result` lints 2022-07-01 15:08:31 -04:00
Mathieu Westphal d466e6c6c2 Hide some PythonWrapping related tidy warnings 2022-05-10 09:34:29 +02:00
Vicente Adolfo Bolea Sanchez 657b93bb26 CI: Updated Fedora33 to Fedora34 2021-10-07 19:50:47 -04:00
Ben Boeckel 89c7d7d978 c++11: avoid usage of std::make_unique
This function is C++14 only, so it should not be suggested by
`clang-tidy`.
2021-05-14 07:02:58 -04:00
Ben Boeckel 795a92eb9a clang-tidy: fix `readability-static-accessed-through-instance` lints 2021-04-28 10:38:13 -04:00
Ben Boeckel 4052a892ad clang-tidy: fix `readability-redundant-smartptr-get` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel 408b105072 clang-tidy: fix `readability-redundant-control-flow` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel e6fdcad869 clang-tidy: fix `readability-redundant-access-specifiers` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel f7bd71608b clang-tidy: fix `performance-unnecessary-copy-initialization` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel 5dbb0dfc68 clang-tidy: fix `performance-noexcept-move-constructor` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel 095b16f1ae clang-tidy: fix `performance-no-automatic-move` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel eccdc555bf clang-tidy: fix `performance-move-const-arg` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel c44eedc420 clang-tidy: fix `performance-inefficient-vector-operation` lints 2021-04-03 17:47:53 -04:00
Ben Boeckel 7d3c729607 clang-tidy: fix `performance-for-range-copy` lints 2021-03-30 14:57:31 -04:00
Ben Boeckel 5aa827ef9c clang-tidy: fix `modernize-use-emplace` lints 2021-03-25 11:12:31 -04:00
Ben Boeckel b421b4d201 clang-tidy: fix `modernize-use-bool-literals` lints 2021-03-25 11:12:29 -04:00
Ben Boeckel 44ab5f6ef9 clang-tidy: fix `modernize-redundant-void-arg` lints 2021-03-25 11:12:18 -04:00
Ben Boeckel 34549860d6 clang-tidy: fix `readability-string-compare` lints 2021-02-24 19:36:48 -05:00
Ben Boeckel 1fccc80618 clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lints 2021-02-24 19:36:48 -05:00
Ben Boeckel dec3e773f1 clang-tidy: fix `readability-redundant-string-init` lints 2021-02-24 19:36:48 -05:00
Ben Boeckel 9f259b3483 clang-tidy: fix `readability-redundant-string-cstr` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 9785a6a396 clang-tidy: fix `readability-redundant-member-init` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel a72fd33761 clang-tidy: fix `readability-delete-null-pointer` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 45c2ee7d8c clang-tidy: fix `readability-container-size-empty` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 4b3028bea2 clang-tidy: fix `bugprone-use-after-move` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 56aeffe843 clang-tidy: fix `bugprone-unused-return-value` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel d85a21a483 clang-tidy: fix `bugprone-unused-raii` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 97b3357bff clang-tidy: fix `bugprone-throw-keyword-missing` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel da0cc7d5bd clang-tidy: fix `bugprone-suspicious-string-compare` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 3f4ed8eb76 clang-tidy: fix `bugprone-suspicious-semicolon` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 7c2f19c80f clang-tidy: fix `bugprone-suspicious-missing-comma` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 9044f83514 clang-tidy: fix `bugprone-suspicious-include` lints 2021-02-24 19:36:47 -05:00
Ben Boeckel 9d8cb1e3d0 clang-tidy: fix `bugprone-string-constructor` lints 2021-02-24 19:36:46 -05:00
Ben Boeckel b0cc91aade clang-tidy: fix `bugprone-sizeof-expression` lints 2021-02-24 19:36:46 -05:00
Ben Boeckel a4d1bfc1ad clang-tidy: fix `bugprone-parent-virtual-call` lints 2021-02-24 19:34:39 -05:00
Ben Boeckel 05b5be1d59 clang-tidy: exclude a new lint 2021-02-22 17:36:30 -05:00
Ben Boeckel 5b5e753e01 clang-tidy: fix `modernize-use-nullptr` lints 2021-02-09 15:36:00 -05:00
Ben Boeckel b2baa8c1fd clang-tidy: fix `readability-avoid-const-params-in-decls` lints 2021-02-09 15:36:00 -05:00
Ben Boeckel fc9d96fea3 clang-tidy: fix `modernize-use-override` lints 2021-02-09 15:36:00 -05:00
Ben Boeckel f9fe2310b0 clang-tidy: fix `modernize-use-equals-default` lints 2021-02-09 12:23:14 -05:00
Ben Boeckel 5ad9f7d07c clang-tidy: add configuration files
These currently exclude any problem which appears in the codebase.
Future commits can remove excluded checks while fixing instances of the
indicated problem.
2021-02-05 14:23:49 -05:00