#
06f10bf0 |
| 26-Jan-2012 |
Anna Zaks <ganna@apple.com> |
[analyzer] Add an AST checker that checks for a common pitfall when using CFArrayCreate & family.
Specifically, CFArrayCreate's input should be: 'A C array of the pointer-sized values to be in the n
[analyzer] Add an AST checker that checks for a common pitfall when using CFArrayCreate & family.
Specifically, CFArrayCreate's input should be: 'A C array of the pointer-sized values to be in the new array.'
(radar://10717339)
llvm-svn: 149008
show more ...
|