[all-commits] [llvm/llvm-project] a97270: P1152R4: Fix deprecation warnings in libc++ testsu...

Richard Smith via All-commits all-commits at lists.llvm.org
Fri Oct 18 17:05:03 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a9727033fb5fa229b520e0e0d973f68780bc5348
      https://github.com/llvm/llvm-project/commit/a9727033fb5fa229b520e0e0d973f68780bc5348
  Author: Richard Smith <richard-llvm at metafoo.co.uk>
  Date:   2019-10-19 (Sat, 19 Oct 2019)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/type_traits
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp
    M libcxxabi/test/unwind_06.pass.cpp

  Log Message:
  -----------
  P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invocable that would internally conjure up a deprecated function type.

Summary: The implementation of P1152R4 in Clang has resulted in some deprecation warnings appearing in the libc++ and libc++abi test suite. Fix or suppress these warnings.

Reviewers: mclow.lists, EricWF

Subscribers: christof, ldionne, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D68879

llvm-svn: 375307




More information about the All-commits mailing list