[clang-tools-extra] [llvm] [Github][CI] Refactor `code-lint-helper.py` (PR #168827)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 20:37:38 PST 2025


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/ClangTidy.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/ClangTidy.cpp:218:68: error: expected ';' after expression [clang-diagnostic-error]
  218 |           llvm::errs() << llvm::toString(Style.takeError()) << "\n"
      |                                                                    ^
      |                                                                    ;
```

</details>


https://github.com/llvm/llvm-project/pull/168827


More information about the llvm-commits mailing list