github-actions[bot] wrote:

<!--LLVM CODE LINT COMMENT: clang-tidy-->


:warning: C/C++ code linter clang-tidy found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

```bash

git diff -U0 origin/main...HEAD -- 
clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp |
python3 clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py \
  -path build -p1 -quiet
```

</details>

<details>
<summary>
View the output from clang-tidy here.
</summary>

```
clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1363:13: error: calling a 
private constructor of class 
'clang::ast_matchers::internal::Matcher<clang::CXXCatchStmt>' 
[clang-diagnostic-error]
 1363 |     return {Matcher<T>(std::get<Is>(Params))...};
      |             ^
clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1348:16: note: in 
instantiation of function template specialization 
'clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::Decl>>::getMatchers<clang::CXXCatchStmt,
 0UL>' requested here
 1348 |                getMatchers<T>(std::index_sequence_for<Ps...>()))
      |                ^
clang/include/clang/ASTMatchers/ASTMatchersInternal.h:128:52: note: in 
instantiation of function template specialization 
'clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::Decl>>::operator
 Matcher<clang::CXXCatchStmt>' requested here
  128 |     return Execute(Arg1, static_cast<const ArgT &>(Args)...);
      |                                                    ^
clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp:91:19: note: in 
instantiation of function template specialization 
'clang::ast_matchers::internal::VariadicFunction<clang::ast_matchers::internal::BindableMatcher<clang::Stmt>,
 clang::ast_matchers::internal::Matcher<clang::CXXCatchStmt>, 
&clang::ast_matchers::internal::makeDynCastAllOfComposite>::operator()<clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::CXXCatchStmt>>,
 
clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::CXXCatchStmt>>,
 
clang::ast_matchers::internal::VariadicOperatorMatcher<clang::ast_matchers::internal::Matcher<clang::Decl>>,
 clang::ast_matchers::internal::Matcher<clang::CXXCatchStmt>>' requested here
   91 |       cxxCatchStmt(unless(isExpansionInSystemHeader()), 
unless(isInMacro()),
      |                   ^
clang/include/clang/ASTMatchers/ASTMatchersInternal.h:666:12: note: declared 
private here
  666 |   explicit Matcher(const DynTypedMatcher &Implementation)
      |            ^
```

</details>


https://github.com/llvm/llvm-project/pull/161379
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to