[all-commits] [llvm/llvm-project] c62e88: [libc++][modules] Avoids duplicated exports.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Jul 8 04:19:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c62e88eeef2d391084ea7ce351558daad1aca003
      https://github.com/llvm/llvm-project/commit/c62e88eeef2d391084ea7ce351558daad1aca003
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-07-08 (Sat, 08 Jul 2023)

  Changed paths:
    M libcxx/modules/std/cmath.cppm
    M libcxx/modules/std/filesystem.cppm
    M libcxx/modules/std/iterator.cppm
    M libcxx/modules/std/memory.cppm
    M libcxx/modules/std/numbers.cppm
    M libcxx/modules/std/stack.cppm
    M libcxx/modules/std/tuple.cppm
    M libcxx/modules/std/utility.cppm
    M libcxx/test/tools/clang_tidy_checks/header_exportable_declarations.cpp

  Log Message:
  -----------
  [libc++][modules] Avoids duplicated exports.

The first issue was found by @ldionne, upon further investigation there
were more duplicates. This removes the duplicates and updates the
clang-tidy test to detect duplicates.

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list