[clang][Interp] Only check ComparisonCategoryInfo in C++ (#80131)
Binary operators are also of struct type in C, when assigning. Don't try to get the ComparisonCategoryInfo in that case.
Loading
Please sign in to comment
Binary operators are also of struct type in C, when assigning. Don't try to get the ComparisonCategoryInfo in that case.