Skip to content
  1. Jan 15, 2008
  2. Jan 14, 2008
  3. Jan 13, 2008
  4. Jan 12, 2008
  5. Jan 11, 2008
    • Duncan Sands's avatar
      Do not allow attributes beyond a function's last · b99f44aa
      Duncan Sands authored
      parameter, even if it is a varargs function.  Do
      allow attributes on the varargs part of a call,
      but not beyond the last argument.  Only allow
      selected attributes to be on the varargs part of
      a call (currently only 'byval' is allowed).  The
      reasoning here is that most attributes, eg inreg,
      simply make no sense here.
      
      llvm-svn: 45887
      b99f44aa
Loading