Go to file
Jonathan Peyton 2f249bab07 Remove unused variable anonym from kmp_atomic.c
There is an anonym variable inside a macro that is declared and defined
but never used.  This patch removes it.
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-June/000666.html

Patch by Jack Howarth and Jonathan Peyton

llvm-svn: 238934
2015-06-03 16:23:36 +00:00
clang [utils] Improvements to check_cfc.py to work better with some build systems. 2015-06-03 15:09:13 +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 Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 2015-06-02 13:03:17 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld COFF: Update README. 2015-06-03 05:39:13 +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 Fix typo in comment. NFC. 2015-06-03 16:22:12 +00:00
openmp Remove unused variable anonym from kmp_atomic.c 2015-06-03 16:23:36 +00:00
polly [doc] Rename -polly-detect-only= to -polly-only-func= 2015-06-03 15:45:19 +00:00