[PATCH] D60548: Variable auto-init: also auto-init alloca

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 11 15:15:23 PDT 2019


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lib/CodeGen/PatternInit.h:22
+
+llvm::Constant *patternFor(CodeGenModule&, llvm::Type*);
+
----------------
jfb wrote:
> rjmccall wrote:
> > Please choose names that mean something outside of the mental context you were in when you wrote the patch. :)
> I was just copy / pasting!
Your own code. :)


Repository:
  rC Clang

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

https://reviews.llvm.org/D60548





More information about the cfe-commits mailing list