[Lldb-commits] [lldb] r319516 - ClangASTContext::ParseClassTemplateDecl doesn't always succeed.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 30 21:45:44 PST 2017


On Thu, Nov 30, 2017 at 7:41 PM, Jim Ingham via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: jingham
> Date: Thu Nov 30 19:41:30 2017
> New Revision: 319516
>
> URL: http://llvm.org/viewvc/llvm-project?rev=319516&view=rev
> Log:
> ClangASTContext::ParseClassTemplateDecl doesn't always succeed.
> When it does, it returns a NULL ClassTemplateDecl.  Don't use
> it if it is NULL...
>
> <rdar://problem/35672107>
>

Is there a way to test this? There should be one.
Not an expert in the ASTContext, so please feel free to correct me if I'm wrong.


More information about the lldb-commits mailing list