This is an archive of the discontinued LLVM Phabricator instance.

Correctly detect sign-ness of wchar_t
ClosedPublic

Authored by tberghammer on Mar 31 2015, 8:27 AM.

Details

Reviewers
clayborg
Summary

Correctly detect sign-ness of wchar_t

The underlying type of wchar_t is not defined by the standard. This CL
add logic to correctly use the type specified for the current target
based on TargetInfo.

Diff Detail

Event Timeline

tberghammer retitled this revision from to Correctly detect sign-ness of wchar_t.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Mar 31 2015, 9:33 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Mar 31 2015, 9:33 AM