summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-08-13 22:29:54 +0000
committerSean Callanan <scallanan@apple.com>2010-08-13 22:29:54 +0000
commit03e977145846097471b0b39fed0625d207fca756 (patch)
treec2410d6a07928bcc3269f88342c42cdad5092560 /lldb/source/Expression/IRForTarget.cpp
parent15b3c3d0ac00a125d17e08d24c619e4500b0967b (diff)
downloadbcm5719-llvm-03e977145846097471b0b39fed0625d207fca756.tar.gz
bcm5719-llvm-03e977145846097471b0b39fed0625d207fca756.zip
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.) llvm-svn: 111049
Diffstat (limited to 'lldb/source/Expression/IRForTarget.cpp')
-rw-r--r--lldb/source/Expression/IRForTarget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp
index ca1aeb4327c..57604aadacd 100644
--- a/lldb/source/Expression/IRForTarget.cpp
+++ b/lldb/source/Expression/IRForTarget.cpp
@@ -528,8 +528,7 @@ IRForTarget::MaybeHandleVariable(Module &M,
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;
OpenPOWER on IntegriCloud