[PATCH] D53263: Fix places where the return type of a FunctionDecl was being used in place of the function type

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 17:02:13 PST 2018


JDevlieghere added a comment.

In https://reviews.llvm.org/D53263#1294497, @kristina wrote:

> In https://reviews.llvm.org/D53263#1294488, @JDevlieghere wrote:
>
> > The patch applies for me but has quite a few style violations. I'll fix those up before landing it.
>
>
> Thank you and sorry for the trouble, my fork seems to have enough modifications to some of these files to confuse `patch` and getting an untainted checkout and integrating it for a single build/test run would be troublesome to undo.


No worries! I usually have a pretty up-to-date checkout around (I have cronjob that pulls and builds overnight) which comes in handy in situations like this.


Repository:
  rL LLVM

https://reviews.llvm.org/D53263





More information about the llvm-commits mailing list