mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
a182be8a91204e973c437c2e6a9e2ab8e81fcb98
This was tickled by a Clang diagnostic; Clang test case to follow. llvm-svn: 176911
…
This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read-a-0xff-in-a-file-with-libc-istream-iterator/15347225#15347225 highlighted the lack of a cast in the implementation of std::cin. Added. I unfortunately don't have a test case to add to the suite since this bug only shows itself when using std::cin. The current testsuite setup does not have a way a good way to test std::cin.
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%