[clang-tools-extra] [clang-tidy]add new check `bugprone-compare-pointer-to-member-virtual-function` (PR #66055)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 13 21:53:24 PDT 2023
================
@@ -0,0 +1,37 @@
+//===--- ComparePointerToMemberVirtualFunctionCheck.h - clang-tidy *- C++
+//-*-===//
----------------
EugeneZelenko wrote:
Please merge with previous line. You could reduce number of `=`.
https://github.com/llvm/llvm-project/pull/66055
More information about the cfe-commits
mailing list