This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
History
Howard Hinnant
c815a4e297
Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or
http://llvm.org/bugs/show_bug.cgi?id=16240
)
...
The attached test program also supplies a test for the case 1 fix in r185273. llvm-svn: 186089
2013-07-11 15:32:55 +00:00
..
cmake
http://llvm.org/bugs/show_bug.cgi?id=9399
fixed by Ryuta Suzuki
2011-05-24 12:54:00 +00:00
include
Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or
http://llvm.org/bugs/show_bug.cgi?id=16240
)
2013-07-11 15:32:55 +00:00
lib
Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers.
2013-06-22 15:21:29 +00:00
src
War on tabs.
2013-07-08 21:06:38 +00:00
test
Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or
http://llvm.org/bugs/show_bug.cgi?id=16240
)
2013-07-11 15:32:55 +00:00
www
I believe this finishes up debug mode for list. The testing is a little weak, but I believe all of the functionality is there. Certainly enough for people to checkout and start beating up on.
2013-04-16 21:42:36 +00:00
.arcconfig
Add a simple .arcconfig to make using the 'arc' commandline tool and the
2012-12-31 05:59:45 +00:00
CMakeLists.txt
The cmake script is failing to copy cxxabi.h to the right place because it was generating to destination path like so /include// and dstdir can legally be blank from my interpretation of the script, and this would then generate a path like libcxx/include// which is illegal.
2013-04-02 21:33:01 +00:00
CREDITS.TXT
Updated CREDITS.TXT
2013-07-02 19:00:29 +00:00
LICENSE.TXT
Update the copyright coredits -- Happy new year 2013!
2013-01-01 10:00:19 +00:00
Makefile
Change makefile comment to refer to libc++ instead of libcpp.
2013-04-23 19:26:55 +00:00