Go to file
Marshall Clow e2db85a968 Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes required.
Also mark #2104 as complete. Leave the implementation in libc++ as noexcept, since 
implementations are allowed to add noexcept to non-virtual calls. If we throw from
unique_lock& operator=(unique_lock&& u), then that means the preconditions were violated,
and calling terminate() (as a result of throwing from a noexcept function) is as
good example of undefined behavior as any other.

llvm-svn: 204653
2014-03-24 18:38:01 +00:00
clang Use CHECK-DAG in a test so that it isn't sensitive to metadata order. 2014-03-24 18:14:15 +00:00
clang-tools-extra Removed unused include 2014-03-23 00:32:18 +00:00
compiler-rt tsan: reduce default number of threads in benchmarks 2014-03-24 15:23:05 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add sincos 2014-03-21 16:22:01 +00:00
libcxx Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes required. 2014-03-24 18:38:01 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld [Mips] Fix formatting. 2014-03-24 14:12:37 +00:00
lldb Add annotation for test failure due to clang 3.4 2014-03-24 18:30:59 +00:00
llvm R600/SI: Move splitting 64-bit immediates to separate function. 2014-03-24 18:26:52 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Return conservative result in case the dependence check timed out 2014-03-21 15:12:09 +00:00