aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/python-wrapper.swig
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2017-06-20 14:59:57 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2017-06-20 14:59:57 +0000
commit2e4159801d8588b50b126af4e3233e03f6725f2e (patch)
tree8d5eb0e4c24bb24c717867ade6b081299329b027 /lldb/scripts/Python/python-wrapper.swig
parente437b6a52b7def19dfc61f72f71d6c63b5f623cc (diff)
downloadllvm-2e4159801d8588b50b126af4e3233e03f6725f2e.zip
llvm-2e4159801d8588b50b126af4e3233e03f6725f2e.tar.gz
llvm-2e4159801d8588b50b126af4e3233e03f6725f2e.tar.bz2
D31187: Fix removal of out-of-line definitions.
Consider: struct MyClass { void f() {} } MyClass::f(){} // expected error redefinition of f. #1 Some clients (eg. cling) need to call removeDecl for the redefined (#1) decl. This patch enables us to remove the lookup entry is registered in the semantic decl context and not in the primary decl context of the lexical decl context where we currently are trying to remove it from. It is not trivial to test this piece and writing a full-blown unit test seems too much. llvm-svn: 305799
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions