Added documentation to ClangExpressionDeclMap.
Also cleaned up its API a tiny bit (but not the
extensive amount that is actually needed. That's
still coming.)
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@111049 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/IRForTarget.cpp b/source/Expression/IRForTarget.cpp
index ca1aeb4..57604aa 100644
--- a/source/Expression/IRForTarget.cpp
+++ b/source/Expression/IRForTarget.cpp
@@ -528,8 +528,7 @@
if (named_decl && !m_decl_map->AddValueToStruct(V,
named_decl,
name,
- qual_type,
- ast_context,
+ lldb_private::TypeFromParser(qual_type, ast_context),
value_size,
value_alignment))
return false;