================
@@ -43,21 +43,22 @@ void
ClangTidyProfiling::printUserFriendlyTable(llvm::raw_ostream &OS,
}
void ClangTidyProfiling::printAsJSON(llvm::raw_ostream &OS,
- llvm::TimerGroup &TG) {
+ llvm::TimerGroup &TG,
+ const StorageParams &Storage) {
OS << "{\n";
----------------
vbvictor wrote:
Maybe we can `assert(this->Storage)` here and later use it without any
additional arguments passed, like suggestion
https://github.com/llvm/llvm-project/pull/170004/changes#r2724132547.
https://github.com/llvm/llvm-project/pull/170004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits