Go to file
Jonathan Peyton 5de1d47ef5 Suppress uninitialized-variable-is-used warning in kmp_csupport.c
The following change is needed to suppress the "variable 'retval' is used 
uninitialized whenever 'if' condition is false" warnings in runtime/src/kmp_csupport.c.
This change just initializes 'retval' to 0.
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-June/000667.html

Patch by Jack Howarth

llvm-svn: 238954
2015-06-03 19:31:39 +00:00
clang [Hexagon] Reapply 238773 after fix to LLVM. 2015-06-03 17:34:22 +00:00
clang-tools-extra Update for clang API change. 2015-06-01 20:00:20 +00:00
compiler-rt Tests: disable test of /proc filesystem on Darwin. 2015-06-02 21:59:04 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too 2015-06-03 16:15:55 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld Fix typo. 2015-06-03 16:50:41 +00:00
lldb [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 2015-06-03 10:14:24 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
openmp Suppress uninitialized-variable-is-used warning in kmp_csupport.c 2015-06-03 19:31:39 +00:00
polly [doc] Rename -polly-detect-only= to -polly-only-func= 2015-06-03 15:45:19 +00:00