[cfe-commits] r160990 - /cfe/trunk/include/clang/Frontend/Analyses.def

Anna Zaks ganna at apple.com
Mon Jul 30 13:31:24 PDT 2012


Author: zaks
Date: Mon Jul 30 15:31:24 2012
New Revision: 160990

URL: http://llvm.org/viewvc/llvm-project?rev=160990&view=rev
Log:
[analyzer] fixup for adding of the "dynamic" ipa option

Modified:
    cfe/trunk/include/clang/Frontend/Analyses.def

Modified: cfe/trunk/include/clang/Frontend/Analyses.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/Analyses.def?rev=160990&r1=160989&r2=160990&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/Analyses.def (original)
+++ cfe/trunk/include/clang/Frontend/Analyses.def Mon Jul 30 15:31:24 2012
@@ -47,7 +47,8 @@
 #endif
 
 ANALYSIS_IPA(None, "none", "Perform only intra-procedural analysis")
-ANALYSIS_IPA(Inlining, "inlining", "Experimental: Inline callees when their definitions are available")
+ANALYSIS_IPA(Inlining, "inlining", "Inline callees when their definitions are available")
+ANALYSIS_IPA(DynamicDispatch, "dynamic", "Experimental: Enable inlining of dynamically dispatched methods")
 
 #ifndef ANALYSIS_INLINING_MODE
 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC)





More information about the cfe-commits mailing list