[Lldb-commits] [lldb] [lldb] Add SB API to access static constexpr member values (PR #89730)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 05:00:22 PDT 2024


================
@@ -1156,6 +1159,10 @@ CompilerType TypeSystemClang::GetTypeForDecl(ObjCInterfaceDecl *decl) {
   return GetType(getASTContext().getObjCInterfaceType(decl));
 }
 
+CompilerType TypeSystemClang::GetTypeForDecl(clang::ValueDecl *value_decl) {
----------------
Michael137 wrote:

Ahh makes sense, didn't look at the inheritance hierarchy carefully enough

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


More information about the lldb-commits mailing list