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

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 1 10:59:27 PST 2017


On Fri, Dec 1, 2017 at 10:49 AM, Jim Ingham <jingham at apple.com> wrote:
> The failure shows that we don't yet support all template kinds in lldb, and that we don't have enough testing for a wide variety of C++ template types.  Adrian found one instance of this failure, but it is in the Swift compiler so I need to make a smaller repro case first, then add a test for that type.

That sounds a great (adding the test from the swift compiler). I agree
the long term plan of unifying the two parsers is what we might want
to do regardless.


More information about the lldb-commits mailing list