[PATCH] D73505: [IR] Keep a double break between function decls and defs
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 15:38:13 PST 2020
rnk added a comment.
In D73505#1843138 <https://reviews.llvm.org/D73505#1843138>, @MaskRay wrote:
> > Keep a double break between function decls and defs
>
> This patch also inserts an empty line between two declarations or two definitions.
>
> (It actually adds a newline before printing any declaration or definition.)
I meant to indicate that a double break should appear between both kinds of function, so I will just say "functions".
@hans, I will merge this to the release/10.x branch, let me know if that needs more review or should be undone.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73505/new/
https://reviews.llvm.org/D73505
More information about the llvm-commits
mailing list