diff options
author | Devin Coughlin <dcoughlin@apple.com> | 2016-08-11 18:41:29 +0000 |
---|---|---|
committer | Devin Coughlin <dcoughlin@apple.com> | 2016-08-11 18:41:29 +0000 |
commit | 81cc38cf9ad8fe2aaa3ac6203df4b5ff2d780ca4 (patch) | |
tree | 8ff4b06fbcf67ce7c7eb580d001398ab93c43563 /lldb/packages/Python/lldbsuite/test/python_api/module_section | |
parent | 932bce6ade232aebfa91ac03be2b47563e8c4a8a (diff) | |
download | bcm5719-llvm-81cc38cf9ad8fe2aaa3ac6203df4b5ff2d780ca4.tar.gz bcm5719-llvm-81cc38cf9ad8fe2aaa3ac6203df4b5ff2d780ca4.zip |
[analyzer] Teach RetainCountChecker about CVFooRetain
Change the retain count checker to treat CoreFoundation-style "CV"-prefixed
reference types from CoreVideo similarly to CoreGraphics types. With this
change, we treat CVFooRetain() on a CVFooRef type as a retain. CVFooRelease()
APIs are annotated as consuming their parameter, so this change prevents false
positives about incorrect decrements of reference counts.
<rdar://problem/27116090>
llvm-svn: 278382
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions