diff options
author | Kristof Umann <kristof.umann@ericsson.com> | 2019-09-03 17:57:01 +0000 |
---|---|---|
committer | Kristof Umann <kristof.umann@ericsson.com> | 2019-09-03 17:57:01 +0000 |
commit | 1b439659a8407f469dd932814df15244dee254d2 (patch) | |
tree | 1452e872dd2d61291b36cf47bb498a08c0f49e18 /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp | |
parent | 79b476150b2355d1445997137fc16984a0137d33 (diff) | |
download | bcm5719-llvm-1b439659a8407f469dd932814df15244dee254d2.tar.gz bcm5719-llvm-1b439659a8407f469dd932814df15244dee254d2.zip |
[analyzer] NonNullParamChecker and CStringChecker parameter number in checker message
There are some functions which can't be given a null pointer as parameter either
because it has a nonnull attribute or it is declared to have undefined behavior
(e.g. strcmp()). Sometimes it is hard to determine from the checker message
which parameter is null at the invocation, so now this information is included
in the message.
This commit fixes https://bugs.llvm.org/show_bug.cgi?id=39358
Reviewed By: NoQ, Szelethus, whisperity
Patch by Tibor Brunner!
Differential Revision: https://reviews.llvm.org/D66333
llvm-svn: 370798
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp')
0 files changed, 0 insertions, 0 deletions