]> granicus.if.org Git - clang/commitdiff
Update clang-wpa to pass extra argument to AnalysisManager constructor.
authorTed Kremenek <kremenek@apple.com>
Wed, 9 Feb 2011 22:59:20 +0000 (22:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 9 Feb 2011 22:59:20 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125235 91177308-0d34-0410-b5e6-96231b3b80d8

examples/wpa/clang-wpa.cpp

index d5cb6f845865dd670fbf4179bfe3f3d378a50952..b54eb37698f9bc46cad8e46c768d043a41dc7ec3 100644 (file)
@@ -143,7 +143,8 @@ int main(int argc, char **argv) {
                        /* TrimGraph */ false, /* InlineCall */ true, 
                        /* UseUnoptimizedCFG */ false,
                        /* addImplicitDtors */ true,
-                       /* addInitializers */ false);
+                       /* addInitializers */ false,
+                       /* reclaimeNodes */ true);
 
   TransferFuncs* TF = MakeCFRefCountTF(AMgr.getASTContext(), /*GC*/false,
                                          AMgr.getLangOptions());