Files
clang-p2996/clang/lib/Interpreter/Interpreter.cpp
Manna, Soumi 5bb0692465 [NFC][CLANG] Fix nullptr dereference issue in SetValueDataBasedOnQualType()
This patch uses castAs instead of getAs which will assert if the type doesn't match in SetValueDataBasedOnQualType(clang::Value &, unsigned long long).

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D151770
2023-05-31 10:18:13 -07:00

29 KiB