[cfe-commits] r128921 - in /cfe/trunk/lib/CodeGen: CGDebugInfo.cpp CGDecl.cpp
Devang Patel
dpatel at apple.com
Tue Apr 5 14:11:11 PDT 2011
On Apr 5, 2011, at 2:07 PM, Frits van Bommel wrote:
>> ==============================================================================
>> --- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
>> +++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Tue Apr 5 15:28:21 2011
>> @@ -1534,6 +1534,10 @@
>> FnBeginRegionCount.push_back(RegionStack.size());
>>
>> const Decl *D = GD.getDecl();
>> + if (const ClassTemplateSpecializationDecl *TSpecial
>> + = dyn_cast<ClassTemplateSpecializationDecl>(D))
>> + assert (0 && "Got one!");
>> +
> [snip actual typo fix]
>
> What an... *interesting* typo you have there...
:) oops.
-
Devang
More information about the cfe-commits
mailing list