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.
Differential D8722
Correctly detect sign-ness of wchar_t ClosedPublic Authored by tberghammer on Mar 31 2015, 8:27 AM.
Details
Summary Correctly detect sign-ness of wchar_t The underlying type of wchar_t is not defined by the standard. This CL
Diff Detail Event Timelinetberghammer updated this object. This revision is now accepted and ready to land.Mar 31 2015, 9:33 AM
Revision Contents
Diff 22962 source/Symbol/ClangASTContext.cpp
|