grimar created this revision.
grimar added reviewers: LLDB, clayborg.
Herald added subscribers: JDevlieghere, aprantl.
A skeleton compilation unit may contain the DW_AT_str_offsets_base attribute
that points to the first string offset of the CU contribution to the
.debug_str_offsets. At the same t
aleksandr.urakov added inline comments.
Comment at:
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:401-404
-// FIXME: the following language option is a temporary workaround,
-// to "ask for C++, get ObjC++". Apple hopes to remove this requirement on
-
aleksandr.urakov created this revision.
aleksandr.urakov added reviewers: jingham, zturner.
aleksandr.urakov added a project: LLDB.
Herald added a subscriber: lldb-commits.
This patch adds the check of the language before ignoring names like `id` or
`Class`, which are reserved in Objective C, but