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

Michael Han Michael.Han at autodesk.com
Mon Oct 22 09:40:12 PDT 2012


Ping with updated patch against TOT.

Michael
-----Original Message-----
From: Michael Han 
Sent: Thursday, October 18, 2012 11:48 AM
To: 'cfe-commits at cs.uiuc.edu'
Subject: [PATCH] c++11 type attribute fix

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/20121022/a617ac5b/attachment.obj>


More information about the cfe-commits mailing list