================
@@ -3159,8 +3164,9 @@ void clang::sema::AnalysisBasedWarnings::IssueWarnings(
 }
 
 void clang::sema::AnalysisBasedWarnings::PrintStats() const {
-  llvm::errs() << "\n*** Analysis Based Warnings Stats:\n";
 
+  clang::lifetimes::PrintStats(LSStats);
----------------
usx95 wrote:

This should go after `llvm::errs() << "\n*** Analysis Based Warnings 
Stats:\n";`. Maybe move to the end of the function.

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

Reply via email to