Re: r351701 - Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>

2019-01-22 Thread Axel Naumann via cfe-commits
This got fixed in r351820. Thanks, Serge! Axel. On 1/23/19 5:56 AM, Hubert Tong wrote: > I am also hitting this. GCC 4.8 is still the minimum at this time. > > -- HT > > On Tue, Jan 22, 2019 at 8:10 AM Axel Naumann via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > > Hi, > >

Re: r351701 - Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>

2019-01-22 Thread Hubert Tong via cfe-commits
I am also hitting this. GCC 4.8 is still the minimum at this time. -- HT On Tue, Jan 22, 2019 at 8:10 AM Axel Naumann via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi, > > This broke our clang builds with > > $ gcc --version > gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) > > on CentOS Li

Re: r351701 - Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>

2019-01-22 Thread Axel Naumann via cfe-commits
Hi, This broke our clang builds with $ gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36) on CentOS Linux release 7.6.1810 (Core), [ 23%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Module.cpp.o In file included from include/llvm/ADT/StringMap.h:20:0,

r351701 - Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>

2019-01-20 Thread Serge Guelton via cfe-commits
Author: serge_sans_paille Date: Sun Jan 20 13:19:56 2019 New Revision: 351701 URL: http://llvm.org/viewvc/llvm-project?rev=351701&view=rev Log: Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> As noted in https://bugs.llvm.org/show_bug.cgi?id=36651, the specialization for isPodLi