]> granicus.if.org Git - clang/commit
[analyzer] Fix a crash in templated code which uses blocks.
authorAnna Zaks <ganna@apple.com>
Mon, 14 May 2012 22:38:24 +0000 (22:38 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 14 May 2012 22:38:24 +0000 (22:38 +0000)
commit45246a7fc00f07bba9a34a3f13c0af72a05f95be
tree17ea3f96543c0841bdf9ee8ce8359938c7d23db4
parent5dfced87dc0192b4b556a7ed3fca20c89f3afea2
[analyzer] Fix a crash in templated code which uses blocks.

We should investigate why signature info is not set in this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156784 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
test/Analysis/templates.cpp [new file with mode: 0644]