This is an archive of the discontinued LLVM Phabricator instance.

Work around a bug in MSVC in the syntax tree test
ClosedPublic

Authored by gribozavr on Jun 26 2020, 3:11 AM.

Details

Summary

MSVC does not handle raw string literals with embedded double quotes
correctly. I switched the affected test case to use regular string
literals insetad.

Diff Detail

Event Timeline

gribozavr created this revision.Jun 26 2020, 3:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2020, 3:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
eduucaldas accepted this revision.Jun 26 2020, 7:37 AM
This revision is now accepted and ready to land.Jun 26 2020, 7:37 AM
This revision was automatically updated to reflect the committed changes.

Hi Dmitri, Eduardo,

thank you for the patch.