Go to file
Rafael Espindola 03bddfee47 Use error_code() instead of error_code::succes()
There is no std::error_code::success, so this removes much of the noise
in transitioning to std::error_code.

llvm-svn: 209952
2014-05-31 01:37:45 +00:00
clang Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags 2014-05-31 01:30:30 +00:00
clang-tools-extra Revert "Remove redundant check discovered in post-commit review of r209505." 2014-05-30 13:31:14 +00:00
compiler-rt [TSan] Add a test case for r209939 2014-05-31 00:12:20 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx Add a _LIBCPP_CONSTEXPR that was missed in r170026. 2014-05-30 12:09:47 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld Use error_code() instead of error_code::succes() 2014-05-31 01:22:21 +00:00
lldb Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they are not thread safe. 2014-05-30 21:06:57 +00:00
llvm Use error_code() instead of error_code::succes() 2014-05-31 01:37:45 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00