[cfe-commits] [PATCH] Ignored calling conventions
Aaron Ballman
aaron at aaronballman.com
Mon Sep 10 11:05:08 PDT 2012
After some further discussion, it was decided that we should make this
a more general behavior instead of Win32-specific. This updated patch
addresses this by:
1) Ignoring calling conventions that do not make sense for the target
architecture
2) Warning when a calling convention is ignored (as part of
-Wignored-attributes)
3) Adds new testcases and modifies existing ones to address the new
warnings, and be more explicit about architecture
Comments and suggestions welcome.
~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: callconv.patch
Type: application/octet-stream
Size: 11737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120910/228c1000/attachment.obj>
More information about the cfe-commits
mailing list