[cfe-commits] r128921 - in /cfe/trunk/lib/CodeGen: CGDebugInfo.cpp CGDecl.cpp
Frits van Bommel
fvbommel at gmail.com
Tue Apr 5 14:07:07 PDT 2011
On Tue, Apr 5, 2011 at 10:28 PM, Devang Patel <dpatel at apple.com> wrote:
> Log:
> Fix typo.
> ==============================================================================
> --- 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...
More information about the cfe-commits
mailing list