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

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 11 15:29:14 PDT 2019


jfb marked an inline comment as done.
jfb added inline comments.


================
Comment at: lib/CodeGen/PatternInit.h:22
+
+llvm::Constant *patternFor(CodeGenModule&, llvm::Type*);
+
----------------
rjmccall wrote:
> 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. :)
Hey you can't pull that one on me! Pulling it on you is *my* hobby!
And like... it's communal code now! ;-)


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