• Paul Chaignon's avatar
    Fix segfault on incomplete types · d32a61b0
    Paul Chaignon authored
    The bcc rewriter segfaults when it encounters an incomplete type
    (missing declaration or declaration after use) in a map declaration.
    This commit fixes it by first checking the type and returning an
    error if it is incomplete.
    d32a61b0
b_frontend_action.cc 31.3 KB