Go to file
Richard Trieu 17ddb829aa Add a new warning, -Wself-move, to Clang.
-Wself-move is similiar to -Wself-assign.  This warning is triggered when
a value is attempted to be moved to itself.  See r221008 for a bug that
would have been caught with this warning.

llvm-svn: 225581
2015-01-10 06:04:18 +00:00
clang Add a new warning, -Wself-move, to Clang. 2015-01-10 06:04:18 +00:00
clang-tools-extra clang-tidy: [misc-use-override] Simplify regular expressions in test. 2015-01-09 14:10:15 +00:00
compiler-rt Revert "Reapply debug info changes now that more precise column information is available." 2015-01-09 23:27:12 +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 amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Support Newlib as libc++'s C library [cstdio part, part 2] 2015-01-10 00:08:00 +00:00
libcxxabi Fix some formatting I messed up in r225187. 2015-01-05 19:31:59 +00:00
lld Don't fail if parent directory name contains a '+' character 2015-01-10 02:34:26 +00:00
lldb Forgot to include RegisterNumber.h in prev commit. 2015-01-10 04:20:14 +00:00
llgo [llgo] irgen: generate switch instructions 2015-01-08 07:49:28 +00:00
llvm ConvertUTFTest: fix misleading empty line 2015-01-10 05:03:29 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Adjust test for the new 'distinct' metadata nodes 2015-01-09 08:10:36 +00:00