[clang] [alpha.webkit.UncountedLocalVarsChecker] Handle null Type in CanTriviallyDestruct (PR #182129)
Ryosuke Niwa via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 18 21:11:41 PST 2026
rniwa wrote:
I've pushed another fix around `R->hasTrivialDestructor()`. We need to ensure that R has a definition before calling `hasTrivialDestructor`.
https://github.com/llvm/llvm-project/pull/182129
More information about the cfe-commits
mailing list