diff options
author | Olivier Goffart <ogoffart@woboq.com> | 2016-05-09 07:09:51 +0000 |
---|---|---|
committer | Olivier Goffart <ogoffart@woboq.com> | 2016-05-09 07:09:51 +0000 |
commit | 63a2083be9ffcb45a8894a4b874a821855ce8f46 (patch) | |
tree | 706133581d44c6d236f84419011a4c0799cb9607 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp | |
parent | 5af2c005eb9cf087ac89bfc7808ba9dbc904912e (diff) | |
download | bcm5719-llvm-63a2083be9ffcb45a8894a4b874a821855ce8f46.tar.gz bcm5719-llvm-63a2083be9ffcb45a8894a4b874a821855ce8f46.zip |
Fix spurious warnings about unused private field
If the address of a field is taken as a pointer to member, we should
not warn that the field is not used.
Normaly, yse of fields are done from MemberExpr, but in case of pointer to
member, it is in a DeclRefExpr
Differential Revision: http://reviews.llvm.org/D20054
llvm-svn: 268895
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/nested.cpp')
0 files changed, 0 insertions, 0 deletions