[PATCH] Regparm Attribute

Aaron Ballman aaron at aaronballman.com
Tue Dec 17 14:43:17 PST 2013


This patch sets the regparm attribute to be a type attribute, as its
only handling is done via SemaType.cpp. There was a handler in
SemaDeclAttr.cpp which has been removed because the AST node is not
used anywhere, and the handler did not change any state seen by the
rest of the compiler.

~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Regparm.patch
Type: application/octet-stream
Size: 2128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131217/2db67eb2/attachment.obj>


More information about the cfe-commits mailing list