[PATCH] D91890: Introduce -print-changes which show changes in patch-like format
Jamie Schmeiser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 09:50:26 PST 2020
jamieschmeiser added a comment.
The template base classes are also used for -dot-cfg-changes, which shows the diff by making a website and showing the changes in dot-cfg form with the added code shown in green and the deleted code shown in red. The template parameters are the data structures needed for that display, while they are just empty structs in this change reporter. https://reviews.llvm.org/D87202 has the changes for that change reporter but the changes are out-of-date as they build on the original patch for this change reporter (which has been split up), but the data structures used by the templates for that change reporter can be seen in that patch.
I'm fine with changing the option name. I will update the patch and address the other comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91890/new/
https://reviews.llvm.org/D91890
More information about the llvm-commits
mailing list