Go to file
Rui Ueyama 570752c7ac Do not use unique pointers. NFC.
These unique pointers have the exact same lifetime as automatic
variables, so use automatic variables instead.

llvm-svn: 245281
2015-08-18 09:13:25 +00:00
clang [TreeTransform] Simplify code. No functionality change. 2015-08-18 08:10:39 +00:00
clang-tools-extra [clang-tidy] Fix a use-after-free. 2015-08-17 11:27:11 +00:00
compiler-rt [sanitizer] Move definition of stable-runtime to common lit config. 2015-08-18 01:06:51 +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 Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Make regex and any assert when they should throw an exception _but_ the user has decreed 'no exceptions'. This matches the behavior of string and vector 2015-08-17 21:14:16 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld Do not use unique pointers. NFC. 2015-08-18 09:13:25 +00:00
lldb Fix Clang-tidy misc-use-override warnings in include/lldb/DataFormatters and include/lldb/Host, unify closing inclusion guards 2015-08-18 09:06:31 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Fixed max/min typo in test names 2015-08-18 09:02:51 +00:00
openmp D11988: Force serial reduction when team size is 1 2015-08-17 10:12:12 +00:00
polly Add a field to the memory access class for a related value. 2015-08-17 10:58:17 +00:00