diff options
author | Adam Balogh <adam.balogh@ericsson.com> | 2019-04-26 07:30:07 +0000 |
---|---|---|
committer | Adam Balogh <adam.balogh@ericsson.com> | 2019-04-26 07:30:07 +0000 |
commit | d538b70b44a1845398bd707dad7bf1e4f356441e (patch) | |
tree | e471d5bdaa44bd7ff82561adf5391352950b00cd /clang/lib/Sema/SemaTemplate.cpp | |
parent | c596584f67075966720f0296e6995593a7a2945f (diff) | |
download | bcm5719-llvm-d538b70b44a1845398bd707dad7bf1e4f356441e.tar.gz bcm5719-llvm-d538b70b44a1845398bd707dad7bf1e4f356441e.zip |
[Analyzer] Iterator Checkers - Do an early return after handling calls
This patch is more of a fix than a real improvement: in checkPostCall()
we should return immediately after finding the right call and handling
it. This both saves unnecessary processing and double-handling calls by
mistake.
Differential Revision: https://reviews.llvm.org/D61134
llvm-svn: 359283
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
0 files changed, 0 insertions, 0 deletions