.. title:: clang-tidy - hicpp-explicit-conversions .. meta:: :http-equiv=refresh: 5;URL=google-explicit-constructor.html hicpp-explicit-conversions ========================== This check is an alias for `google-explicit-constructor `_. Used to enforce parts of `rule 5.4.1 `_. This check will enforce that constructors and conversion operators are marked `explicit`. Other forms of casting checks are implemented in other places. The following checks can be used to check for more forms of casting: - `cppcoreguidelines-pro-type-static-cast-downcast `_ - `cppcoreguidelines-pro-type-reinterpret-cast `_ - `cppcoreguidelines-pro-type-const-cast `_ - `cppcoreguidelines-pro-type-cstyle-cast `_