| commit | 33b7092601480cd7ef8d15c702eb021307192fa2 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Mon Apr 23 22:04:34 2018 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Mon Apr 23 22:04:34 2018 +0000 |
| tree | 243c22be382095ef1b5d95980d9931f959f0c172 | |
| parent | 403c667b4ba633eeb1772fd10759b9cc77699ae3 [diff] |
[AST] strcmp/memcmp always compares unsigned chars. This makes it return the right result in a couple of edge cases. The wide versions always do the comparison on the underlying wchar_t type. llvm-svn: 330656