Go to file
Tim Northover c83472e0ff Sema: demote invalid atomic ordering message to warning.
Someone could write:
  if (0) {
    __c11_atomic_load(ptr, memory_order_release);
  }

or the equivalent, which is perfectly valid, so we shouldn't outright reject
invalid orderings on purely static grounds.

rdar://problem/16242991

llvm-svn: 203564
2014-03-11 11:35:10 +00:00
clang Sema: demote invalid atomic ordering message to warning. 2014-03-11 11:35:10 +00:00
clang-tools-extra Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
compiler-rt A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode 2014-03-10 16:50:53 +00:00
debuginfo-tests xfail a test on darwin because some of the public buildbots are stuck on 2014-03-10 22:30:45 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [docs] Add list of missing GNU ld command line options. 2014-03-10 21:25:43 +00:00
lldb Removed code that conditionally included pthread.h for mingw. 2014-03-11 09:50:36 +00:00
llvm Remove copy ctors that did the same thing as the default one. 2014-03-11 11:32:49 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly ScheduleOptimizer: Fix prevectorization. 2014-03-11 06:27:36 +00:00