Re: [PATCH] D22798: Fix for compiling with clang <= 3.7 and g++6 headers.

2016-07-27 Thread Frederich Munch via cfe-commits
marsupial added a comment. Would be nice...I have no commit access. Repository: rL LLVM https://reviews.llvm.org/D22798 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D22798: Fix for compiling with clang <= 3.7 and g++6 headers.

2016-07-26 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL276831: Fix for compiling with clang <= 3.7 and g++6 headers (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D22798?vs=65476&id=65656#toc Repository: rL LLVM https://reviews

Re: [PATCH] D22798: Fix for compiling with clang <= 3.7 and g++6 headers.

2016-07-26 Thread Vedant Kumar via cfe-commits
vsk accepted this revision. vsk added a comment. This revision is now accepted and ready to land. LGTM. Let me know if you'd like me to commit this for you. Repository: rL LLVM https://reviews.llvm.org/D22798 ___ cfe-commits mailing list cfe-com

[PATCH] D22798: Fix for compiling with clang <= 3.7 and g++6 headers.

2016-07-25 Thread Frederich Munch via cfe-commits
marsupial created this revision. marsupial added a reviewer: vsk. marsupial added a subscriber: cfe-commits. marsupial set the repository for this revision to rL LLVM. Make integers explicitly unsigned, so the tuple constructor will resolve properly when but with clang 3.6, 3.7 and gcc 6.1.1 libs