This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Also use UTF-16 in index position.
ClosedPublic

Authored by hokein on Apr 30 2018, 3:13 AM.

Event Timeline

hokein created this revision.Apr 30 2018, 3:13 AM

Oops, I missed this, thanks!
Possible to add a testcase? Any character that's not ASCII and is legal in an identifier should do it.
http://en.cppreference.com/w/cpp/language/identifiers

sammccall accepted this revision.Apr 30 2018, 3:18 AM

(oops, meant to accept this - please do add a test if you can)

This revision is now accepted and ready to land.Apr 30 2018, 3:18 AM
hokein updated this revision to Diff 144540.Apr 30 2018, 4:41 AM

Add a test.

This revision was automatically updated to reflect the committed changes.