Hand over the job of laying out the argument structure
authorSean Callanan <scallanan@apple.com>
Thu, 11 Apr 2013 21:16:36 +0000 (21:16 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 11 Apr 2013 21:16:36 +0000 (21:16 +0000)
commit3dd6a42306a75c1e84d0decc43b1859029b36c0d
tree51f34420c6f72c791f01c9f5309bfc3ad75950a6
parent938493999e943868354a680db1d76f6b834e40f8
Hand over the job of laying out the argument structure
to the Materializer.  Materialization is still done by
the ClangExpressionDeclMap; this will be the next thing
to move.

Also fixed a layout bug that this uncovered.

llvm-svn: 179318
lldb/include/lldb/Expression/Materializer.h
lldb/source/Expression/ClangExpressionDeclMap.cpp
lldb/source/Expression/Materializer.cpp