commit | f50853262723504f681595586b489cf4f7c48816 | [log] [tgz] |
---|---|---|
author | George Karpenkov <ekarpenkov@apple.com> | Fri Dec 21 02:16:23 2018 +0000 |
committer | George Karpenkov <ekarpenkov@apple.com> | Fri Dec 21 02:16:23 2018 +0000 |
tree | ff06e5eaa2974a3a222fd958cd0122f9b43fe78f | |
parent | 79d8105fc80b866358c7175aab9bcd4a3e7ac974 [diff] |
[analyzer] Fix a bug in RetainCountDiagnostics while printing a note on mismatched summary in inlined functions Previously, we were not printing a note at all if at least one of the parameters was not annotated. rdar://46888422 Differential Revision: https://reviews.llvm.org/D55972 llvm-svn: 349875