================
@@ -1972,6 +1972,15 @@ defm lifetime_safety_inference
                   BothFlags<[], [CC1Option],
                             " experimental lifetime safety inference for 
C++">>;
 
+defm lifetime_safety_inference_post_order
+    : BoolFOption<"experimental-lifetime-safety-inference-post-order",
----------------
usx95 wrote:

I would avoid specifying inference/post-order here. The primary difference is 
that this is done at the end of translation unit vs end of each functions.
Suggestions for names and docs: 
- `lifetime_safety_tu_analysis` and `EnableLifetimeSafetyTUAnalysis`.
- " run lifetime safety analysis at translation-unit end, analyzing functions 
in call graph post-order to best propagate inferred annotations"



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