]> granicus.if.org Git - clang/commit
Do not crash when static analysis encounters a FunctionDecl that has a delayed templa...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 20 Aug 2015 21:27:35 +0000 (21:27 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 20 Aug 2015 21:27:35 +0000 (21:27 +0000)
commitbd05286670dd657cbdfb2708ca32922b557066cd
treeb72a667a89cb26a5916c0542d75b460b9578781b
parentb9d0b27d861aec07225f6a23173dd66f1b140ec3
Do not crash when static analysis encounters a FunctionDecl that has a delayed template parse of its body.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245616 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/delayed-template-parsing-crash.cpp [new file with mode: 0644]