Re: [PATCH] D12834: add gcc abi_tag support

2015-12-26 Thread Evangelos Foutras via cfe-commits
foutrelis added a comment. In http://reviews.llvm.org/D12834#314136, @elizafox wrote: > In http://reviews.llvm.org/D12834#311890, @foutrelis wrote: > > > We have received a few reports of clang crashes after applying the abi_tag > > support patch to our llvm/clang package in Arch Linux. > > > Wh

Re: [PATCH] D15737: [clang-tidy] Preserve comments and preprocessor directives when simplifying boolean expressions

2015-12-26 Thread Richard via cfe-commits
LegalizeAdulthood updated this revision to Diff 43647. LegalizeAdulthood marked 6 inline comments as done. LegalizeAdulthood added a comment. Update from review comments http://reviews.llvm.org/D15737 Files: clang-tidy/readability/SimplifyBooleanExprCheck.cpp clang-tidy/readability/Simplify

r256457 - Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.

2015-12-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Dec 27 00:14:33 2015 New Revision: 256457 URL: http://llvm.org/viewvc/llvm-project?rev=256457&view=rev Log: Prune the feature "tls". No one is using it since TLS is enabled for Cygwin. Modified: cfe/trunk/test/lit.cfg Modified: cfe/trunk/test/lit.cfg URL: http://ll

r256461 - For FreeBSD on mips, pass -G options to the linker

2015-12-26 Thread Dimitry Andric via cfe-commits
Author: dim Date: Sun Dec 27 00:47:09 2015 New Revision: 256461 URL: http://llvm.org/viewvc/llvm-project?rev=256461&view=rev Log: For FreeBSD on mips, pass -G options to the linker Summary: On {mips,mipsel,mips64,mips64el}-freebsd, we need to pass any -G option to the linker. See also: https:/

r256463 - ArrayRef-ize TemplateParameterList. NFC

2015-12-26 Thread David Majnemer via cfe-commits
Author: majnemer Date: Sun Dec 27 01:16:27 2015 New Revision: 256463 URL: http://llvm.org/viewvc/llvm-project?rev=256463&view=rev Log: ArrayRef-ize TemplateParameterList. NFC Modified: cfe/trunk/include/clang/AST/DeclTemplate.h cfe/trunk/lib/AST/ASTContext.cpp cfe/trunk/lib/AST/ASTImp