[PATCH] D57104: [AST] Pack GenericSelectionExpr

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 25 06:26:54 PST 2019


riccibruno added a comment.

In D57104#1371161 <https://reviews.llvm.org/D57104#1371161>, @steveire wrote:

> In D57104#1369751 <https://reviews.llvm.org/D57104#1369751>, @riccibruno wrote:
>
> > Cleanup the patch by factoring out the NFC changes.
> >
> > @steveire This should be much clearer now.
>
>
> I'd like to apply this patch locally, but I think the removed parts are not in the repo yet. Did I miss that somehow?


You are right that they were not available somewhere else. I just put them now in D57238 <https://reviews.llvm.org/D57238>. You should be able to apply D57238 <https://reviews.llvm.org/D57238>,
and then apply this patch on top.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57104





More information about the cfe-commits mailing list