[all-commits] [llvm/llvm-project] 7f1e04: [libc++][test] Remove Clang <= 3.7 workaround in i...

Joseph Loser via All-commits all-commits at lists.llvm.org
Sun May 29 10:58:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f1e048041f5df3fd9d799cf13f20d5bce5967e1
      https://github.com/llvm/llvm-project/commit/7f1e048041f5df3fd9d799cf13f20d5bce5967e1
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-05-29 (Sun, 29 May 2022)

  Changed paths:
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_default_constructible.pass.cpp

  Log Message:
  -----------
  [libc++][test] Remove Clang <= 3.7 workaround in is_default_constructible test

Clang 3.7 and below is not actively used or supported in the test suite now, so
remove the workaround in the test.

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




More information about the All-commits mailing list