[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)
Justin Stitt via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 12 07:38:24 PST 2026
================
@@ -14,6 +14,7 @@
#ifndef LLVM_CLANG_AST_ASTCONTEXT_H
#define LLVM_CLANG_AST_ASTCONTEXT_H
+#include "Type.h"
----------------
JustinStitt wrote:
fixed in [36d6ed6](https://github.com/llvm/llvm-project/pull/148914/commits/36d6ed6e31c95dcc3b58720bc8874cda4b9b6ca5)
https://github.com/llvm/llvm-project/pull/148914
More information about the lldb-commits
mailing list