[cfe-commits] r125235 - /cfe/trunk/examples/wpa/clang-wpa.cpp

Ted Kremenek kremenek at apple.com
Wed Feb 9 14:59:20 PST 2011


Author: kremenek
Date: Wed Feb  9 16:59:20 2011
New Revision: 125235

URL: http://llvm.org/viewvc/llvm-project?rev=125235&view=rev
Log:
Update clang-wpa to pass extra argument to AnalysisManager constructor.

Modified:
    cfe/trunk/examples/wpa/clang-wpa.cpp

Modified: cfe/trunk/examples/wpa/clang-wpa.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/wpa/clang-wpa.cpp?rev=125235&r1=125234&r2=125235&view=diff
==============================================================================
--- cfe/trunk/examples/wpa/clang-wpa.cpp (original)
+++ cfe/trunk/examples/wpa/clang-wpa.cpp Wed Feb  9 16:59:20 2011
@@ -143,7 +143,8 @@
                        /* TrimGraph */ false, /* InlineCall */ true, 
                        /* UseUnoptimizedCFG */ false,
                        /* addImplicitDtors */ true,
-                       /* addInitializers */ false);
+                       /* addInitializers */ false,
+                       /* reclaimeNodes */ true);
 
   TransferFuncs* TF = MakeCFRefCountTF(AMgr.getASTContext(), /*GC*/false,
                                          AMgr.getLangOptions());





More information about the cfe-commits mailing list