diff options
author | Igor Kudrin <ikudrin.dev@gmail.com> | 2016-06-07 02:17:03 +0000 |
---|---|---|
committer | Igor Kudrin <ikudrin.dev@gmail.com> | 2016-06-07 02:17:03 +0000 |
commit | 6fd589a763a3c819ec09efd5ff0899cbe6bb59af (patch) | |
tree | c094c521bd5967723a7416fd2087952f9f0cab2f /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 712fc9803a4dc7161b7b26f04f7ddf05d1e7288d (diff) | |
download | bcm5719-llvm-6fd589a763a3c819ec09efd5ff0899cbe6bb59af.tar.gz bcm5719-llvm-6fd589a763a3c819ec09efd5ff0899cbe6bb59af.zip |
[Coverage] Fix an assertion failure if the definition of an unused function spans multiple files.
We have an assertion failure if, for example, the definition of an unused
inline function starts in one macro and ends in another. This patch fixes
the issue by finding the common ancestor of the start and end locations
of that function's body and changing the locations accordingly.
Differential Revision: http://reviews.llvm.org/D20997
llvm-svn: 271969
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions