Issue 53115
Summary google-explicit-constructor warns when explicit(false) is used
Labels new issue
Assignees
Reporter jgopel
    `explicit(false)` can be seen as a signal that the developer considered the `explicit` case and determined that, in this instance, `explicit` is not warranted. Warning when `explicit(false)` is set forces a `NOLINT` that duplicates information already available in the syntax. Seen on `clang-tidy-14`.

https://godbolt.org/z/4dojdv3s3
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to