[PATCH] D9600: Add scan-build python implementation
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 06:46:22 PST 2015
jroelofs added a comment.
If you you're familiar with git, I'm asking you to: squash, rebase, and `git diff -U999`, then upload the resulting patch.
If you use svn, I'm asking you to: `svn diff -r$(FirstCommit):$(LastCommit) --diff-cmd=diff -x -U999`, and upload that.
The reason to squash all your patches together is that partial diffs from a patch series don't work well with Phabricator's "Revision Update History" tool. Also, it makes it hard to pull out a patch that I can apply on my local tree to try it out.
http://reviews.llvm.org/D9600
More information about the cfe-commits
mailing list