These explicit(cond) feature in c++20 can be used to specify if a declaration should be implicit or explicit.
For these cases we shouldn't produce any warning as the developer is already enforcing a specific behaviour.
Fixes https://llvm.org/PR53115.