Re: [cfe-commits] [PATCH] Reject C++11 attributes that appertain to decl specifiers

2012-11-06 Thread Richard Smith
LGTM, sorry for the delay. On Thu, Nov 1, 2012 at 8:50 PM, Michael Han michael@autodesk.com wrote: Hi, As previously discussed [1], attached patch enable Clang to reject C++11 attributes that appertain to declaration specifiers. This also conforms to what g++ 4.8 is doing [2]. Please

Re: [cfe-commits] [PATCH] Reject C++11 attributes that appertain to decl specifiers

2012-11-06 Thread Michael Han
Thanks for the review! Landed at r167481. Cheers Michael -Original Message- From: meta...@gmail.com [mailto:meta...@gmail.com] On Behalf Of Richard Smith Sent: Tuesday, November 06, 2012 10:36 AM To: Michael Han Cc: cfe-commits@cs.uiuc.edu Subject: Re: [cfe-commits] [PATCH] Reject C++11

[cfe-commits] [PATCH] Reject C++11 attributes that appertain to decl specifiers

2012-11-01 Thread Michael Han
Hi, As previously discussed [1], attached patch enable Clang to reject C++11 attributes that appertain to declaration specifiers. This also conforms to what g++ 4.8 is doing [2]. Please review, thanks! Michael [1]