[clang-tools-extra] [clang-tidy] Fix handling of functional cast in google-readability-casting (PR #71650)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 20 10:33:15 PST 2024
================
@@ -18,19 +18,22 @@ namespace clang::tidy::google::readability {
void AvoidCStyleCastsCheck::registerMatchers(
ast_matchers::MatchFinder *Finder) {
+
----------------
5chmidti wrote:
Intended newline?
https://github.com/llvm/llvm-project/pull/71650
More information about the cfe-commits
mailing list