This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-20 19:07:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41801f14eda2860d98d98742d145116ad882c2da
llvm
/
libcxx
History
Howard Hinnant
41801f14ed
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.
...
llvm-svn: 176822
2013-03-11 19:53:48 +00:00
..
cmake
…
include
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.
2013-03-11 19:53:48 +00:00
lib
[build/Darwin] Use the correct libc++abi reexport list.
2013-02-07 00:24:19 +00:00
src
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
2013-03-06 23:30:19 +00:00
test
Parsing floating point numbers with very long precision was broken, and this patch fixes it. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15445
.
2013-03-08 19:06:24 +00:00
www
Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux.
2013-02-26 16:27:55 +00:00
.arcconfig
…
CMakeLists.txt
Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o RTTI.
2013-02-25 15:50:36 +00:00
CREDITS.TXT
Add Michael van der Westhuizen to CREDITS.TXT
2013-02-08 19:08:06 +00:00
LICENSE.TXT
…
Makefile
…