[PATCH] D52261: [Sema] Generate completion fix-its for C code as well

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 19 23:11:06 PDT 2018


yvvan added a comment.

I tried that first but did not I find a way just to copy an expression (we basically need the same expr for such case). Do you know how to properly generate a copy of expression or some other way to get the same expression?


https://reviews.llvm.org/D52261





More information about the cfe-commits mailing list