]> granicus.if.org Git - clang/commit
Create only one AnalysisManager for each translation unit. In HandleCode(),
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 3 Aug 2009 03:13:46 +0000 (03:13 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 3 Aug 2009 03:13:46 +0000 (03:13 +0000)
commitc471e7b44e63ff1b46b480e723c4130aeaef5a8a
treea7b526862868e3470b67e12764f36834371ebfdd
parent2e3124486f343d770a2a5c2b7e78268bfc328a58
Create only one AnalysisManager for each translation unit. In HandleCode(),
reset the current analysis context of the AnalysisManager.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77943 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/AnalysisManager.h
lib/Frontend/AnalysisConsumer.cpp