Skip to content
Commit e56167e8 authored by Anna Zaks's avatar Anna Zaks
Browse files

[analyzer] Fix another false positive in the Malloc Checker, by making

it aware of CString APIs that return the input parameter.

Malloc Checker needs to know how the 'strcpy' function is
evaluated. Introduce the dependency on CStringChecker for that.
CStringChecker knows all about these APIs.

Addresses radar://10864450

llvm-svn: 150846
parent 6348a810
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment