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/UseAfterMoveCheck.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-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp:34:13: warning:
place static function 'getNameMatcher' outside of an anonymous namespace
[llvm-prefer-static-over-anonymous-namespace]
34 | static auto getNameMatcher(llvm::ArrayRef<StringRef>
InvalidationFunctions) {
| ^
clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp:40:1: warning:
function 'makeReinitMatcher' is declared in an anonymous namespace; prefer
using 'static' for restricting visibility
[llvm-prefer-static-over-anonymous-namespace]
40 | makeReinitMatcher(const ValueDecl *MovedVariable,
| ^
```
</details>
https://github.com/llvm/llvm-project/pull/172219
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits