Files
clang-p2996/clang/lib/AST/APValue.cpp
Mariya Podchishchaeva 0cd5a1f309 [NFC][clang] Cleanup in APValue and SemaInit (#127790)
APValue:
Additional assignment of AllowConstexprUnknown is not required since it
will be handled by copy constructor called above.
SemaInit:
Remove unnecessary null check. DestRecordDecl can't be null due to being
obtained using `cast` and assertion that DestRecordType is present.

Spotted by a static analysis tool.
2025-02-20 09:45:46 +01:00

37 KiB