[PATCH] D143906: [include-cleaner] Better support ambiguous std symbols

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 05:49:10 PST 2023


hokein created this revision.
hokein added a reviewer: kadircet.
Herald added a project: All.
hokein requested review of this revision.
Herald added a project: clang-tools-extra.

By special-casing them at the moment. The tooling stdlib lib doesn't
support these symbols (most important one is std::move).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143906

Files:
  clang-tools-extra/include-cleaner/lib/FindHeaders.cpp
  clang-tools-extra/include-cleaner/unittests/FindHeadersTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143906.496945.patch
Type: text/x-patch
Size: 4978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230213/c70bcc04/attachment-0001.bin>


More information about the cfe-commits mailing list