[cfe-commits] r76436 - in /cfe/trunk: include/clang/Basic/DiagnosticParseKinds.td include/clang/Parse/Parser.h lib/Parse/ParseDecl.cpp lib/Parse/ParseDeclCXX.cpp test/SemaCXX/destructor.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Jul 21 08:31:48 PDT 2009


On Jul 20, 2009, at 3:45 PM, Fariborz Jahanian wrote:

>
> On Jul 20, 2009, at 3:20 PM, Douglas Gregor wrote:
>
>>
>> In addition to these parser-level checks, we're missing the semantic
>> checks to diagnose this error:
>>
>> struct X { };
>> struct Y {
>>   ~X() { }
>> };
>
> Will do this next.

It is in now:
http://llvm.org/viewvc/llvm-project?view=rev&revision=76577
- Fariborz

>
>
> - fariborz
>
>>
>>
>> 	- Doug
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list