[libcxx-commits] [PATCH] D154723: [libc++][modules] Avoids duplicated exports.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 7 08:58:02 PDT 2023


Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154723

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154723.538164.patch
Type: text/x-patch
Size: 4925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230707/57a76efc/attachment-0001.bin>


More information about the libcxx-commits mailing list