Remove an out param from ValueObject::GetValueForExpressionPath.
authorZachary Turner <zturner@google.com>
Fri, 18 Nov 2016 05:45:41 +0000 (05:45 +0000)
committerZachary Turner <zturner@google.com>
Fri, 18 Nov 2016 05:45:41 +0000 (05:45 +0000)
commit82d760879f62430d7969fac435908ed9d754bcc5
treec109feab712606348e2e1b96cb5c12860b2b3f9d
parent77f2a875759a68c91cb9b2fc82bd6a0ba6eb5581
Remove an out param from ValueObject::GetValueForExpressionPath.

This argument was only used in one place in the codebase, and
it was in a non-critical log statement and can be easily
substituted for an equally meaningful field instead.  The
payoff of computing this value is not worth the added
complexity.

llvm-svn: 287315
lldb/include/lldb/Core/ValueObject.h
lldb/source/Core/FormatEntity.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
lldb/source/Symbol/Variable.cpp