Go to file
Yaron Keren fbeb63c0d1 This patch implements snprintf_l function in a way similar to the other
functions in src/support/win32/locale_win32.cpp and locale_win32.h, 
calling upon vsnprintf for which there is a MingW correct alternative.

Note! __USE_MINGW_ANSI_STDIO is not modified in this patch. In order to 
use the __mingw version it must be defined before including the MingW 
headers.

llvm-svn: 195044
2013-11-18 21:12:14 +00:00
clang The code using the StmtPrinterHelper object failed to account for a null object in many cases, which could have led to crashes were it ever to be null. Now passing the object by reference instead of by pointer because it is never null in practice. No functional changes intended. 2013-11-18 20:11:50 +00:00
clang-tools-extra Fix the build after r195016. 2013-11-18 18:03:29 +00:00
compiler-rt [ASan] Run one of UAS tests in UAR mode as well 2013-11-18 14:54:50 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc R600: Add aliases for Sea Islands GPUs 2013-11-18 18:21:30 +00:00
libcxx This patch implements snprintf_l function in a way similar to the other 2013-11-18 21:12:14 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld Replace unnecessary vector copy with reference. 2013-11-18 04:05:28 +00:00
lldb Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method 2013-11-16 01:24:22 +00:00
llvm R600/SI: Fix moveToVALU when the first operand is VSrc. 2013-11-18 20:09:55 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Fix 80 column violation 2013-11-17 03:18:32 +00:00