[PATCH] D137697: Move the isSelfContained function from clangd to libtooling.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 9 01:12:42 PST 2022
hokein created this revision.
hokein added reviewers: kadircet, sammccall.
Herald added a subscriber: arphaman.
Herald added a project: All.
hokein requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
Herald added projects: clang, clang-tools-extra.
We plan to reuse it in the include-cleaner library, this patch moves
this functionality from clangd to libtooling, so that this piece of code can be
shared among all clang tools.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137697
Files:
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/SourceCode.cpp
clang-tools-extra/clangd/SourceCode.h
clang-tools-extra/clangd/index/SymbolCollector.cpp
clang/include/clang/Tooling/Inclusions/Header.h
clang/lib/Tooling/Inclusions/CMakeLists.txt
clang/lib/Tooling/Inclusions/Header.cpp
clang/unittests/Tooling/CMakeLists.txt
clang/unittests/Tooling/HeaderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137697.474188.patch
Type: text/x-patch
Size: 11688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221109/d57aa0e6/attachment.bin>
More information about the cfe-commits
mailing list