[clang] [alpha.webkit.NoDeleteChecker] Fundamental types are trivially destructive (PR #182734)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 22 02:38:18 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 52667 tests passed
* 970 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.Analysis/Checkers/WebKit/uncounted-obj-arg.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc -analyze -setup-static-analyzer -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify C:\_work\llvm-project\llvm-project\clang\test\Analysis\Checkers\WebKit\uncounted-obj-arg.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc -analyze -setup-static-analyzer -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify 'C:\_work\llvm-project\llvm-project\clang\test\Analysis\Checkers\WebKit\uncounted-obj-arg.cpp'
# .---command stderr------------
# | error: 'expected-warning' diagnostics seen but not expected:
# | File C:\_work\llvm-project\llvm-project\clang\test\Analysis\Checkers\WebKit\uncounted-obj-arg.cpp Line 537: Call argument for 'this' parameter is uncounted and unsafe [alpha.webkit.UncountedCallArgsChecker]
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/182734
More information about the cfe-commits
mailing list