llvm with tablegen backend for capstone disassembler
Go to file
Richard Smith 8210ed5586 Implement DR1265 (wg21.link/cwg1265).
Diasllow a declaration using the 'auto' type specifier from using two different
meanings of it at once, or from declaring multiple functions with deduced
return types or introducing multiple trailing return types.

The standard does not technically disallow the multiple trailing return types
case if all the declarators declare variables (such as function pointers with
trailing return types), but we disallow that too, following the clear intent.

llvm-svn: 291880
2017-01-13 02:22:01 +00:00
clang Implement DR1265 (wg21.link/cwg1265). 2017-01-13 02:22:01 +00:00
clang-tools-extra Clear the release notes for 5.0.0 2017-01-12 21:58:40 +00:00
compiler-rt ASAN activate/deactive controls thread_local_quarantine_size_kb option. 2017-01-12 18:51:25 +00:00
debuginfo-tests
libclc
libcxx Add new macro _LIBCPP_BUILTIN_MEMCMP_ISCONSTEXPR to use in std::char_traits. 2017-01-12 16:25:07 +00:00
libcxxabi Bump version to 5.0.0svn 2017-01-12 21:36:22 +00:00
libunwind Bump version to 5.0.0svn 2017-01-12 21:37:55 +00:00
lld Remove error(error_code, const Twine &). 2017-01-12 22:18:04 +00:00
lldb [CMake] Fix finding LLDBWrapPython.cpp in Framework build 2017-01-12 18:45:59 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm ProfileSummaryInfo improvements. 2017-01-13 01:34:00 +00:00
openmp kmp_affinity: Fix check if specific bit is set 2017-01-12 11:39:04 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Clear the release notes for 5.0.0 2017-01-12 22:47:01 +00:00