[Lldb-commits] [PATCH] D54053: [NativePDB] Add the ability to create clang record decls from mangled names.

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 3 09:49:22 PDT 2018


zturner added a comment.

I actually found some issues with this, or at least some potential issues which I'm not sure are actual issues.  But I'm adding some new functionality to LLDB to help me confirm whether these are real issues or not, and worst case scenario it will open up some new testing possibilities and help us understand the consequences of messing around with clang ASTs in various ways.  So I'm not going to commit this quite yet.  Stay tuned.


https://reviews.llvm.org/D54053





More information about the lldb-commits mailing list