[clang-tools-extra] [clang-tidy] Improve `google-explicit-constructor` checks handling of `explicit(bool)` (PR #82689)

via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 07:56:35 PST 2024


================
@@ -147,6 +147,10 @@ Changes in existing checks
   <clang-tidy/checks/google/build-namespaces>` check by replacing the local
   option `HeaderFileExtensions` by the global option of the same name.
 
+- Improved :doc:`google-explicit-constructor
+  <clang-tidy/checks/google/explicit-constructor>` check to better handle
+  C++-20 `explicit(bool)`.
----------------
EugeneZelenko wrote:

`C++20`. Please use double back-ticks for language constructs.

https://github.com/llvm/llvm-project/pull/82689


More information about the cfe-commits mailing list