Skip to content
  • Douglas Gregor's avatar
    C99 DR #316 implies that the function parameter types that are known · 739ef0c1
    Douglas Gregor authored
    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
    739ef0c1
Loading