implement test/Sema/typedef-prototype.c, allowing code
to declare a function with a typedef: typedef int unary_int_func(int arg); unary_int_func add_one; This patch contributed by Seo Sanghyeon! llvm-svn: 44100
Loading
Please register or sign in to comment