commit | 1db0f0ca988f95916dc553afa48387b698811ec8 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Thu May 02 23:07:23 2019 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Thu May 02 23:07:23 2019 +0000 |
tree | 5679d6e2935d321e754d233f7ecd7be3ef74b1c1 | |
parent | bf29238e1a8709c3bde667f787ea4b84637fdfd4 [diff] |
Hide runtime support values such as clang's __vla_expr from frame variable 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