Ping with updated patch against TOT. Michael -----Original Message----- From: Michael Han Sent: Thursday, October 18, 2012 11:48 AM To: '[email protected]' 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
typeattr.patch
Description: typeattr.patch
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
