[PATCH] D20428: Tracking exception specification source locations
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu May 19 06:52:01 PDT 2016
alexfh added a comment.
In http://reviews.llvm.org/D20428#434242, @aaron.ballman wrote:
> In http://reviews.llvm.org/D20428#434238, @alexfh wrote:
>
> > Full context diff, please.
>
>
> Pardon my complete ignorance, but how? I generated the diff from svn the usual way, so I assume I've missed some step.
There are at least two ways to do this:
1. both `git diff` and `svn diff` can be convinced to produce diffs with full context: http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
2. I find arcanist a very useful alternative to using web-interface for posting diffs: http://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-command-line
http://reviews.llvm.org/D20428
More information about the cfe-commits
mailing list