Files
clang-p2996/clang/test/Analysis/templates.cpp
Andrey Ali Khan Bolshakov ef67f63fa5 Fix analyzer crash on 'StructuralValue' (#79764)
`OpaqueValueExpr` doesn't necessarily contain a source expression.
Particularly, after #78041, it is used to carry the type and the value
kind of a non-type template argument of floating-point type or referring
to a subobject (those are so called `StructuralValue` arguments).

This fixes #79575.
2024-01-30 13:03:55 +01:00

1.8 KiB