Open
Description
For example this function and the corresponding error text:
void h(int *a) {
int i, j = a[0];
}
3c: /home/cc/checkedc-clang/clang/lib/3C/ArrayBoundsInferenceConsumer.cpp:836: void LengthVarInference::VisitArraySubscriptExpr(clang::ArraySubscriptExpr*): Assertion `CurBB != nullptr && "Array dereference does not belong " "to any basic block"' failed.
This error affects the -alltypes
conversion of Lua.