[all-commits] [llvm/llvm-project] 2d5170: [webkit.UncountedLambdaCapturesChecker] Assertion ...
Ryosuke Niwa via All-commits
all-commits at lists.llvm.org
Wed Nov 5 15:00:11 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d5170594147b42a37698760d6e0194eec4f1390
https://github.com/llvm/llvm-project/commit/2d5170594147b42a37698760d6e0194eec4f1390
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
A clang/test/Analysis/Checkers/WebKit/uncounted-lambda-captures-co_await-assertion-failure.cpp
Log Message:
-----------
[webkit.UncountedLambdaCapturesChecker] Assertion failure with coroutine body (#165650)
Fix the assertion failure in TrivialFunctionAnalysis::isTrivialImpl with
a coroutine body by caching the result with WithCachedResult.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list