http://llvm.org/bugs/show_bug.cgi?id=16940

Eli Friedman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |LATER

--- Comment #1 from Eli Friedman <[email protected]> ---
This is how C works with a traditional compiler; each object file is generated
independently, so the tools never notice the prototype of a function doesn't
match.

If you're interested, there are some people experimenting with adding
information to the compiled object file about things like function prototypes,
in the context of checking the C++ ODR rule (which is closely related); I think
there's a recent thread on cfe-dev.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to