Go to file
Kaelyn Uhrain 13cf3beeb3 Fix the following error when NDEBUG is defined:
include/llvm/Support/UnicodeCharRanges.h:56:5: error:
use of this statement in a constexpr constructor is a C++1y extension
[-Werror,-Wc++1y-extensions]
     assert(rangesAreValid());
          ^

llvm-svn: 189599
2013-08-29 18:49:35 +00:00
clang Fix warning about anonymous structs in anonymous unions. 2013-08-29 18:00:58 +00:00
clang-tools-extra cpp11-migrate: Add Pass-By-Value Transform 2013-08-29 13:42:13 +00:00
compiler-rt Minor updates to gen_dynamic_list script suggested by glider 2013-08-29 15:45:41 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code changes to libc++ 2013-08-29 15:35:54 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
lldb Disable stub Host::FindProcesses on FreeBSD 2013-08-29 18:44:27 +00:00
llvm Fix the following error when NDEBUG is defined: 2013-08-29 18:49:35 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00