| commit | 00a4a85d2bf78393a8615e8b94c4473dc2a0b2fa | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Jan 13 01:47:45 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Jan 13 01:47:45 2015 +0000 |
| tree | 27bca2a0078926b54b9ec2bba63bcd8a57eeee85 | |
| parent | 759d960ce45d5713a05d8aca02bab4900173ab7c [diff] |
PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be defined even though every basic source character literal has the same numerical value as a narrow or wide character literal. It appears that the FreeBSD folks are trying to use this macro to mean something other than what the relevant standards say it means, but their usage is conforming, so put up with it. llvm-svn: 225751