Go to file
Chris Lattner c548be9ab3 Remove a dead argument to ProcessUCNEscape.
Fix string concatenation to treat escapes in concatenated strings that
are wide because of other string chunks to process the escapes as wide
themselves.  Before we would warn about and miscompile the attached testcase.

This fixes rdar://8040728 - miscompile + warning: hex escape sequence out of range

llvm-svn: 106012
2010-06-15 18:06:43 +00:00
clang Remove a dead argument to ProcessUCNEscape. 2010-06-15 18:06:43 +00:00
compiler-rt <rdar://problem/7987491> Libcompiler_rt isn't platform aware 2010-05-15 01:42:04 +00:00
libcxx Fix an apparent typo. 2010-06-04 14:16:02 +00:00
lldb Move posix specific files into posix subdirectory so they can 2010-06-14 04:30:13 +00:00
llvm Remove stray semi-colon. 2010-06-15 17:47:24 +00:00