Go to file
Howard Hinnant 7a828034c6 Peter Collingbourne: If a pointer is passed as the third argument of the (iterator,
iterator, allocator) constructor with the intention of it being
implicitly converted to the allocator type, it is possible for overload
resolution to favour the (iterator, iterator, enable_if) constructor.
Eliminate this possibility by moving the enable_if to one of the
existing arguments and removing the third argument.

llvm-svn: 191145
2013-09-21 21:13:54 +00:00
clang clang-format: Improve address-of-operator detection 2013-09-21 17:31:51 +00:00
clang-tools-extra Added list of checks made. 2013-09-20 16:47:33 +00:00
compiler-rt tsan: intercept fork syscall 2013-09-21 20:59:04 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: If a pointer is passed as the third argument of the (iterator, 2013-09-21 21:13:54 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][WinLink] Fix typo 2013-09-20 09:13:53 +00:00
lldb Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12) 2013-09-20 22:35:22 +00:00
llvm SROA: Handle casts involving vectors of pointers and integer scalars. 2013-09-21 20:36:04 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00