Go to file
Guy Benyei 83c74e9fad Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
llvm-svn: 175006
2013-02-12 21:21:59 +00:00
clang Add a test for r174980, that we used to accept 2013-02-12 20:43:41 +00:00
clang-tools-extra Adapt test to new clang-format behavior. 2013-02-08 20:04:33 +00:00
compiler-rt [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode. 2013-02-12 14:37:55 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx [tests] Add support for a link_flags lit parameter. 2013-02-12 19:28:51 +00:00
libcxxabi Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect. 2013-02-06 19:29:55 +00:00
lld add support for merging common strings 2013-02-12 18:46:53 +00:00
lldb Fix document typos, indentation in python code, and API examples. 2013-02-12 20:01:49 +00:00
llvm Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. 2013-02-12 21:21:59 +00:00
polly [isl-codegen]: Fix off by one in getNumberOfIterations 2013-02-11 17:52:36 +00:00