Skip to content
  • Milian Wolff's avatar
    Add basic support for typedef'ed function pointers. · 81ec5b51
    Milian Wolff authored
    Properly deduce the function type and create correct declarations
    with the identifier of the sub_declaration id in cases such as:
    
    void (*funcptr)(int x);
    funcptr myFunc;
    int main() {
        myFunc(0);
    }
    
    BUG: 307629
    CCBUG: 286208
    DIGEST:
    81ec5b51