| commit | 936a9c978c8f6970ed57725994ada6dd5f9c3e07 | [log] [tgz] |
|---|---|---|
| author | George Karpenkov <ekarpenkov@apple.com> | Fri Dec 07 20:21:37 2018 +0000 |
| committer | George Karpenkov <ekarpenkov@apple.com> | Fri Dec 07 20:21:37 2018 +0000 |
| tree | 1062799692120c95f3d4d126260974f3dd009736 | |
| parent | a742193309db6e9f429646c8a866aa579acaad43 [diff] |
[analyzer] RetainCountChecker: remove untested, unused, incorrect option IncludeAllocationLine The option has no tests, is not used anywhere, and is actually incorrect: it prints the line number without the reference to a file, which can be outright incorrect. Differential Revision: https://reviews.llvm.org/D55385 llvm-svn: 348637