Handle typedef function declarations correctly, such as
typedef int (*Myfunc)(int); Myfunc func; Reviewed by chandlerc llvm-svn: 107450
Loading
Please register or sign in to comment
typedef int (*Myfunc)(int); Myfunc func; Reviewed by chandlerc llvm-svn: 107450