[cfe-commits] [PATCH] c++11 type attribute fix

Michael Han Michael.Han at autodesk.com
Thu Oct 18 11:48:05 PDT 2012


Hi,

This patch enables Clang to apply C++11 attributes present after declaration specifiers to types instead of declarators, and warn on attributes that appear at wrong place (like carries_dependency which can't be applied to types). Please review, thanks!

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typeattr.patch
Type: application/octet-stream
Size: 7617 bytes
Desc: typeattr.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121018/a37853ac/attachment.obj>


More information about the cfe-commits mailing list