================
@@ -71,8 +93,9 @@ void LifetimeSafetyAnalysis::run() {
 } // namespace internal
 
 void runLifetimeSafetyAnalysis(AnalysisDeclContext &AC,
-                               LifetimeSafetyReporter *Reporter) {
-  internal::LifetimeSafetyAnalysis Analysis(AC, Reporter);
+                               LifetimeSafetyReporter *Reporter,
+                               uint32_t CfgBlocknumThreshold) {
----------------
usx95 wrote:

nit: rename to `MaxCFGBlocks`

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

Reply via email to