Commit Graph

15 Commits

Author SHA1 Message Date
Robert Haschke
28b3e24a26 CI: Drop obsolete clang-tidy option AnalyzeTemporaryDtors 2024-12-21 17:41:29 +01:00
Robert Haschke
1f1a4eb142 Revert "Disable identifier naming checks"
This reverts commit 38cc5613c0.
2022-11-03 17:12:32 +01:00
Robert Haschke
38cc5613c0 Disable identifier naming checks 2022-11-02 18:44:38 +01:00
Robert Haschke
f0a5785074 Disable clang-tidy checks generating false positives 2022-11-02 18:44:38 +01:00
Robert Haschke
cfcb1f274e Fix more clang-tidy issues 2021-04-24 02:12:24 +02:00
v4hn
f262d3058f add other checks present in the main MoveIt repository
These did not entail any changes in our current codebase.
2020-06-11 11:03:50 +02:00
v4hn
15707673ed clang-tidy: performance-*
I NOLINTed the noexcept move constructor for Task for now because
the constructor *can* indeed throw exceptions.
2020-06-11 11:03:50 +02:00
v4hn
8faba159f9 clang-tidy: llvm-namespace-comment 2020-06-11 11:03:50 +02:00
v4hn
2153237643 clang-format: readability-identifier-naming
Probably the most invasive format patch, also changing some internal API.

I deliberately disabled ClassCase and MethodCase checks for the moment
to avoid public API changes in this patch set.
2020-06-11 11:03:50 +02:00
v4hn
fa041ed2e6 clang-format: readability-container-size-empty 2020-06-11 11:03:50 +02:00
v4hn
b762079478 clang-tidy: readability-named-parameters 2020-06-11 11:03:50 +02:00
v4hn
5da2df4c61 clang-tidy: modernize-use-nullptr 2020-06-11 11:03:50 +02:00
v4hn
48f4c025ba clang-tidy: modernize-loop-convert 2020-06-11 11:03:50 +02:00
v4hn
3fe4436ad7 clang-tidy: modernize-use-override 2020-06-11 11:03:50 +02:00
v4hn
36166348bc clang-tidy: use using over typedef
$ run-clang-tidy.py -header-filter='.*' -checks='modernize-use-using' -fix

add .clang-tidy file
2020-06-11 11:03:50 +02:00