yaxunl added a comment.

What happens if user declared a function without parameter as `void f();` 
instead of `void f(void)` then try to use it? Will this be treated as implicit 
declaration and results in an error instead of warning?


https://reviews.llvm.org/D31745



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to