This is an archive of the discontinued LLVM Phabricator instance.

Fix escaping in RewriterGen.cpp.
ClosedPublic

Authored by matthiaskramm on Oct 21 2021, 2:04 PM.

Details

Summary

When we escape strings for C++, make sure we use C++ escape
sequences. (In particular, \x22 instead of \22)

Diff Detail

Event Timeline

matthiaskramm created this revision.Oct 21 2021, 2:04 PM
matthiaskramm requested review of this revision.Oct 21 2021, 2:04 PM
Mogball accepted this revision.Oct 21 2021, 2:08 PM
This revision is now accepted and ready to land.Oct 21 2021, 2:08 PM

Jeff, could you land this one for me, as well?

This revision was automatically updated to reflect the committed changes.