Go to file
Enrico Granata 3189891857 <rdar://problem/13925432>
A user request such as: memory read -fc -s10 -c1 *charPtrPtr would cause us to crash upon trying to read 1 char of size 10 from memory
This request is now translated into: memory read -fc -s1 -c10 *charPtrPtr (i.e. read 10 chars of size 1 from memory) which is probably also what the user originally wanted

llvm-svn: 182398
2013-05-21 17:39:04 +00:00
clang Fix off-by-one error in clang-format's emacs integration. 2013-05-21 17:05:40 +00:00
clang-tools-extra Unbreak the build. 2013-05-17 16:26:21 +00:00
compiler-rt [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. 2013-05-21 15:35:34 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Add NetBSD support. 2013-05-17 21:17:34 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][ELF][x86_64,hexagon] Changed dynamic atoms to live in anonymous namespace 2013-05-20 03:57:01 +00:00
lldb <rdar://problem/13925432> 2013-05-21 17:39:04 +00:00
llvm [mips] Rename option to make it compatible with gcc. 2013-05-21 17:17:59 +00:00
polly Remove .htaccess file 2013-05-21 11:58:47 +00:00