[all-commits] [llvm/llvm-project] 601f76: [libcxx] Adds [concept.same]

Eric via All-commits all-commits at lists.llvm.org
Wed Apr 8 15:00:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 601f7631827ae6ac08117a282c83a62b67dedf48
      https://github.com/llvm/llvm-project/commit/601f7631827ae6ac08117a282c83a62b67dedf48
  Author: Eric Fiselier <eric at efcs.ca>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M libcxx/CREDITS.TXT
    M libcxx/include/CMakeLists.txt
    A libcxx/include/concepts
    M libcxx/include/module.modulemap
    M libcxx/test/libcxx/double_include.sh.cpp
    A libcxx/test/std/concepts/lang/same_as.pass.cpp

  Log Message:
  -----------
  [libcxx] Adds [concept.same]

Patch from Christopher Di Bella (cjdb at google.com)
Reviewed as https://reviews.llvm.org/D74291

Adds `std::same_as` to libc++. Since there aren't clang-format rules for
//requires-expressions//, I'll need to disable the formatter in certain areas.




More information about the All-commits mailing list