[clang] [clang-tools-extra] [llvm] Add ``ignoringParenImpCasts`` in arguments of hasArgument (PR #89553)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 15:33:23 PDT 2024
================
@@ -22,7 +22,7 @@ namespace clang::tidy::abseil {
// - Make it work in macros if the outer and inner StrCats are both in the
// argument.
-void RedundantStrcatCallsCheck::registerMatchers(MatchFinder* Finder) {
+void RedundantStrcatCallsCheck::registerMatchers(MatchFinder *Finder) {
----------------
jkorous-apple wrote:
Please leave out format-only changes from the PR. It makes the diff larger and it takes more effort to review it.
https://github.com/llvm/llvm-project/pull/89553
More information about the cfe-commits
mailing list