Reid Spencer 2c261789d3 Change the syntax for parameter attributes:
1. The @ sign is no longer necessary.
2. We now support "function attributes" as parameter attribute 0.
3. Instead of locating the return type attributes after the type of a
   function result, they are now located after the function header's
   closing paranthesis and before any alignment or section options.
4. The way has been prepared for a new "noreturn" function attribute but
   there is no support for recognizing it in the lexer nor doing anything
   with it if it does get set.
5. The FunctionType::getParamAttrsText method now has support for
   returning multiple attributes. This required a change in its interface.

I'm unhappy that this change leads to 6 new shift/reduce conflicts, but
in each case bison's decision to choose the shift is correct so there
shouldn't be any damage from these conflicts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32904 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-05 17:06:19 +00:00
..
2006-12-23 06:05:41 +00:00
2006-12-18 03:37:18 +00:00
2006-12-31 05:23:18 +00:00
2006-11-05 19:31:28 +00:00
2006-12-23 06:05:41 +00:00
2006-12-06 20:28:46 +00:00
2006-12-23 06:05:41 +00:00
2006-12-29 04:10:59 +00:00
2006-10-20 07:07:24 +00:00
2006-12-13 19:55:53 +00:00
2006-11-11 19:59:25 +00:00
2006-12-13 21:56:10 +00:00
2006-12-31 05:20:51 +00:00