mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 21:56:05 +00:00

Change char to long and remove some char casts. This preserves test coverage for tuple's heterogeneous comparisons, while avoiding int-to-char truncation warnings. Fixes D27541. llvm-svn: 289108