mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
b0df66b1ba63bc1d9bcfb5ed2420d32255190983
for existence of user setter before issuing the warning about non-synthesizable property. // rdar://13388503 llvm-svn: 176906
…
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%