[all-commits] [llvm/llvm-project] 504aa8: [include-cleaner] Better support ambiguous std sym...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Feb 14 01:18:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 504aa8ae941ea8e09b89a91cfbbbeb8a7b8fdc24
https://github.com/llvm/llvm-project/commit/504aa8ae941ea8e09b89a91cfbbbeb8a7b8fdc24
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M clang-tools-extra/include-cleaner/lib/FindHeaders.cpp
M clang-tools-extra/include-cleaner/unittests/FindHeadersTest.cpp
Log Message:
-----------
[include-cleaner] Better support ambiguous std symbols
By special-casing them at the moment. The tooling stdlib lib doesn't
support these symbols (most important one is std::move).
Differential Revision: https://reviews.llvm.org/D143906
More information about the All-commits
mailing list