Add memcmp() and bcmp() to CStringChecker. These check for valid access to the...
Add memcmp() and bcmp() to CStringChecker. These check for valid access to the buffer arguments and have a special-case for when the buffer arguments are known to be the same address, or when the size is zero. llvm-svn: 107761
Loading
Please register or sign in to comment