[cfe-commits] r126499 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaOverload.cpp test/SemaCXX/attr-unavailable.cpp

jahanian fjahanian at apple.com
Fri Feb 25 10:52:37 PST 2011


On Feb 25, 2011, at 10:51 AM, Douglas Gregor wrote:

> 
> On Feb 25, 2011, at 10:38 AM, Fariborz Jahanian wrote:
> 
>> Author: fjahanian
>> Date: Fri Feb 25 12:38:59 2011
>> New Revision: 126499
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=126499&view=rev
>> Log:
>> Print optional message for attr(unavailable) in C++ mode.
>> // rdar://9046492
> 
> Nifty. There are a bunch of other places where we print out a diagnostic for OR_Deleted; those likely need to be updated as well, and we could probably use some refactoring so that diagnostic logic only has to go in one place.
> 
> 	- Doug
Sure. I will take a look.

- fariborz





More information about the cfe-commits mailing list