================
@@ -505,6 +505,8 @@ LANGOPT(EnableLifetimeSafety, 1, 0, NotCompatible, 
"Experimental lifetime safety
 
 LANGOPT(EnableLifetimeSafetyInference, 1, 0, NotCompatible, "Experimental 
lifetime safety inference analysis for C++")
 
+LANGOPT(EnableLifetimeSafetyInferencePostOrder, 1, 0, NotCompatible, 
"Experimental lifetime safety inference analysis in post-order for C++")
+
----------------
usx95 wrote:

nit: Add a TODO to remove this and make this the default mode for this 
analysis. I would just wait for few performance measurements before completely 
removing this option.

https://github.com/llvm/llvm-project/pull/174178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to