[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 1 of 3. (PR #165199)

via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 19 10:44:35 PST 2025


================
@@ -339,6 +464,40 @@ std::string DILParser::ParseUnqualifiedId() {
   return identifier;
 }
 
+CompilerType
+DILParser::ResolveTypeDeclarators(CompilerType type,
+                                  const std::vector<Token> &ptr_operators) {
+  CompilerType bad_type;
----------------
cmtice wrote:

Done.

https://github.com/llvm/llvm-project/pull/165199


More information about the lldb-commits mailing list