[PATCH] D17993: [CodeGen] Apply 'nonnull' to 'this' pointer arguments.

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 12 11:17:32 PDT 2020


xbolva00 added a comment.

In D17993#2325616 <https://reviews.llvm.org/D17993#2325616>, @CJ-Johnson wrote:

> In D17993#2325610 <https://reviews.llvm.org/D17993#2325610>, @jdoerfert wrote:
>
>> Can you please upload again with full context?
>
> My apologies, I am new to LLVM contribution. What is the best way to do that such that it squashes all of my local git commits?

You can use git show HEAD -U999999 > mypatch.patch (-U999999 for context)

https://llvm.org/docs/Phabricator.html


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D17993/new/

https://reviews.llvm.org/D17993



More information about the cfe-commits mailing list