This is an archive of the discontinued LLVM Phabricator instance.

Add StringLiteral to SyntaxTree
ClosedPublic

Authored by eduucaldas on Jun 23 2020, 1:45 AM.

Diff Detail

Event Timeline

eduucaldas created this revision.Jun 23 2020, 1:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2020, 1:45 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Jun 24 2020, 3:20 AM

LGTM with improved testing.

clang/unittests/Tooling/Syntax/TreeTest.cpp
1245

Could you add some non-ASCII characters to tests?

This revision is now accepted and ready to land.Jun 24 2020, 3:20 AM

Add unicode tests

This revision was automatically updated to reflect the committed changes.