[clang] [analyzer] Move the lifetime checkers from alpha.cplusplus to alpha.core (PR #216739)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 27 03:08:35 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>[code=1] tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc C:/_work/llvm-project/llvm-project/build/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc</summary>
```
FAILED: [code=1] tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc C:/_work/llvm-project/llvm-project/build/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc
C:\Windows\system32\cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\clang\include\clang\StaticAnalyzer\Checkers && C:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe -gen-clang-sa-checkers -IC:/_work/llvm-project/llvm-project/clang/include/clang/StaticAnalyzer/Checkers -IC:/_work/llvm-project/llvm-project/clang/include -IC:/_work/llvm-project/llvm-project/build/tools/clang/include -IC:/_work/llvm-project/llvm-project/build/include -IC:/_work/llvm-project/llvm-project/llvm/include --long-string-literals=0 C:/_work/llvm-project/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td --write-if-changed -o Checkers.inc -d Checkers.inc.d && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E cmake_transform_depfile Ninja gccdepfile C:/_work/llvm-project/llvm-project/llvm C:/_work/llvm-project/llvm-project/clang/include/clang/StaticAnalyzer/Checkers C:/_work/llvm-project/llvm-project/build C:/_work/llvm-project/llvm-project/build/tools/clang/include/clang/StaticAnalyzer/Checkers C:/_work/llvm-project/llvm-project/build/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc.d C:/_work/llvm-project/llvm-project/build/CMakeFiles/d/3ae963e6235cce63281cb1e97fbb15dd77baf4c943856a1ffe240df6fbbd0108.d"
C:/_work/llvm-project/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:308:5: error: def already exists: UseAfterLifetimeEnd
def UseAfterLifetimeEnd : Checker<"UseAfterLifetimeEnd">,
^
C:/_work/llvm-project/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:297:5: note: location of previous definition
def UseAfterLifetimeEnd : Checker<"UseAfterLifetimeEnd">,
^
```
</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/216739
More information about the cfe-commits
mailing list