[PATCH] D43189: [DebugInfo] Avoid name conflict of generated VLA expression variable.

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 12 09:16:33 PST 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/CodeGen/CGDecl.cpp:1002
           getContext().CreateTypeSourceInfo(QT), SC_Auto);
+      ArtificialDecl->setImplicit();
 
----------------
Thanks!


https://reviews.llvm.org/D43189





More information about the cfe-commits mailing list