diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-07-02 20:11:15 +0000 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2018-07-02 20:11:15 +0000 |
commit | 7aea360924bae0559d50774c88d60381247bd7eb (patch) | |
tree | feed7558776c254b0a56d474f67fb296b0bd55c5 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | c7cef4bcc4400673ffb86be04c006790577f7f56 (diff) | |
download | bcm5719-llvm-7aea360924bae0559d50774c88d60381247bd7eb.tar.gz bcm5719-llvm-7aea360924bae0559d50774c88d60381247bd7eb.zip |
[Win32] Overload ==, != for locale_t and long long
Summary:
_is_chartype_l (needed for isxdigit_l) in MinGW compares locale_t and NULL.
NULL is 'long long' for 64-bit, and this results in ambiguous overloads when
compiled with Clang. Define a concrete overload for the operators to fix the
ambiguity.
Reviewers: mstorsjo, EricWF, srhines, danalbert
Subscribers: christof, cfe-commits, ldionne
Differential Revision: https://reviews.llvm.org/D48749
llvm-svn: 336141
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions