summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objcxx/hide-runtime-values/main.mm
Commit message (Collapse)AuthorAgeFilesLines
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-021-0/+28
by respecting the "artificial" attribute on variables. Function arguments that are artificial and useful to end-users are being whitelisted by the language runtime. <rdar://problem/45322477> Differential Revision: https://reviews.llvm.org/D61451 llvm-svn: 359841
OpenPOWER on IntegriCloud