================
@@ -182,12 +182,15 @@ class CXXBaseSpecifier {
/// range does not include the \c virtual or the access specifier.
TypeSourceInfo *BaseTypeInfo;
+ const ASTContext *Ctx;
----------------
erichkeane wrote:
This in particular seems completely unacceptable to me. We need to find a way
to accomplish whatever we are trying here without increasing the AST size this
much.
https://github.com/llvm/llvm-project/pull/198388
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits