[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

Douglas Gregor dgregor at apple.com
Tue Jul 21 09:35:03 PDT 2009


On Jul 21, 2009, at 8:31 AM, Fariborz Jahanian wrote:

>
> 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

Looks great. Thanks, Fariborz!

	- Doug



More information about the cfe-commits mailing list