This is an archive of the discontinued LLVM Phabricator instance.

Qualify llvm:: namespace for UTF related symbols moved there in D24996
AbandonedPublic

Authored by StefanVK on Sep 30 2016, 4:21 AM.

Details

Reviewers
jlebar
Summary

https://reviews.llvm.org/D24996 moved UTF functions and typedefs into the llvm namespace but a few windows only uses seem to have been missed. This patch adds llvm:: in those places.

Diff Detail

Event Timeline

StefanVK updated this revision to Diff 73032.Sep 30 2016, 4:21 AM
StefanVK retitled this revision from to Qualify llvm:: namespace for UTF related symbols moved there in D24996.
StefanVK updated this object.
StefanVK added a reviewer: jlebar.
StefanVK set the repository for this revision to rL LLVM.
StefanVK added a project: Restricted Project.
jlebar accepted this revision.Sep 30 2016, 9:26 AM
jlebar edited edge metadata.

Sorry for the breakage.

It looks like some of this may have been fixed since you created this patch, but not all of it.

This revision is now accepted and ready to land.Sep 30 2016, 9:26 AM
StefanVK abandoned this revision.Sep 30 2016, 9:27 AM

It was just fixed in Revision 282871 by Adrian McCarthy