summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2019-01-25 01:23:37 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2019-01-25 01:23:37 +0000
commit42c9473edeef02b0e31f39dad8621c5f3eb99379 (patch)
treefbf1670c1885fbaef2c3b5acacf6cb89c9f7f06f /clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
parent0b247d1865dc0c973f5a4482ad69eed3b460edaa (diff)
downloadbcm5719-llvm-42c9473edeef02b0e31f39dad8621c5f3eb99379.tar.gz
bcm5719-llvm-42c9473edeef02b0e31f39dad8621c5f3eb99379.zip
[AST] Add a method to get a call type from an ObjCMessageExpr
Due to references, expression type does not always correspond to an expected method return type (e.g. for a method returning int & the expression type of the call would still be int). We have a helper method for getting the expected type on CallExpr, but not on ObjCMessageExpr. Differential Revision: https://reviews.llvm.org/D57204 llvm-svn: 352147
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud