[PATCH] D107985: [llvm-diff] add "reset" method to DiffConsumer
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 13:21:20 PDT 2021
kiranchandramohan added a comment.
Our buildbot seems to have failed due to an issue here.
https://lab.llvm.org/buildbot/#/builders/160/builds/3567/steps/5/logs/stdio
================
Comment at: llvm/tools/llvm-diff/lib/DiffConsumer.cpp:138
+void DiffConsumer::reset() {
+ context.clear();
+ Differences = false;
----------------
context -> contexts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107985/new/
https://reviews.llvm.org/D107985
More information about the llvm-commits
mailing list