Small aside: phab helps mainly when context is added to the diff (see http://llvm.org/docs/Phabricator.html) git: git diff -U999999 other-branch svn: svn diff --diff-cmd=diff -x -U999999 (or you can use the arc diff command line tool)
Apart from that, my comment on the initial thread still stands: I think we should name the list one "arguments" or (if you prefer) "args"; I think that makes a lot more sense: command: the shell command that is run, arguments: the command line arguments. http://reviews.llvm.org/D10365 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
