================ @@ -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++") + ---------------- kashika0112 wrote:
Done https://github.com/llvm/llvm-project/pull/174178 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
