]> granicus.if.org Git - clang/commit
[analyzer] More reliably detect property accessors.
authorAnna Zaks <ganna@apple.com>
Tue, 17 Sep 2013 01:30:57 +0000 (01:30 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 17 Sep 2013 01:30:57 +0000 (01:30 +0000)
commitde940da033aa46c50c7d07c61f455e7c5053e90a
tree26fe003a02da370e009b923fa9ceb7eff85def81
parent73fa2525b4d8b9768dbc1e5a09976d6f9e568e23
[analyzer] More reliably detect property accessors.

This has a side effect of preventing a crash, which occurs because we get a
property getter declaration, which is overriding but is declared inside
@protocol. Will file a bug about this inconsistency internally. Getting a
small test case is very challenging.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/CallEvent.cpp