Rename ClangUserExpression members to avoid confusion with language.
authorDawn Perchik <dawn@burble.org>
Wed, 1 Jul 2015 00:54:02 +0000 (00:54 +0000)
committerDawn Perchik <dawn@burble.org>
Wed, 1 Jul 2015 00:54:02 +0000 (00:54 +0000)
commit53f34c87365fb826a042acab0ade55a54a6d50b8
treea04b23406ea084a0183a56b5d495ea03e282e13f
parent3c20ab2f2c5e1e081012e765a0dfe152933c08a1
Rename ClangUserExpression members to avoid confusion with language.

The new names clarify that the members have to do with the execution
context and not the language.  For example, m_cplusplus was renamed to
m_in_cplusplus_method.

llvm-svn: 241132
lldb/include/lldb/Expression/ClangUserExpression.h
lldb/source/Expression/ClangUserExpression.cpp