Go to file
Duncan Sands 8c5822802e Get the verifier to check attributes on calls as well
as on functions.  Make it verify invokes and not just
ordinary calls.  As a (desired) side-effect, it is no
longer legal to have call attributes on arguments that
are being passed to the varargs part of a varargs
function (llvm-as drops them on the floor anyway).

llvm-svn: 45286
2007-12-21 19:19:01 +00:00
clang Keep track of llvm struct size while adding fields. 2007-12-21 18:43:53 +00:00
llvm Get the verifier to check attributes on calls as well 2007-12-21 19:19:01 +00:00