[Lldb-commits] [clang] [clang-tools-extra] [lldb] Update `QualType::get{Split, Atomic, }UnqualifiedType` with `const ASTContext &` parameter (NFC). (PR #198388)
Erich Keane via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 3 07:28:38 PDT 2026
================
@@ -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
More information about the lldb-commits
mailing list