Go to file
Douglas Gregor 739ef0c183 C99 DR #316 implies that the function parameter types that are known
only from a function definition (that does not have a prototype) are
only used to determine the compatible with other declarations of that
same function. In particular, when referencing the function we pretend
as if it does not have a prototype. Implement this behavior, which
fixes PR3626.

llvm-svn: 65460
2009-02-25 16:33:18 +00:00
clang C99 DR #316 implies that the function parameter types that are known 2009-02-25 16:33:18 +00:00
llvm Don't block basic block with only SwitchInst to fold into predecessors. 2009-02-25 15:34:27 +00:00