[PATCH] D89708: Move clang/Tooling/Core/Lookup.h to clang/Tooling/Refactoring/Lookup.h
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 09:18:53 PDT 2020
arichardson created this revision.
arichardson added a reviewer: bkramer.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
arichardson requested review of this revision.
This allows removing the clangAST dependency from libclangToolingCore and
therefore allows clang-format to be built without depending on clangAST.
Before 1166 files had to be compiled for clang-format, now only 796.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89708
Files:
clang/include/clang/Tooling/Core/Lookup.h
clang/include/clang/Tooling/Refactoring/Lookup.h
clang/lib/Format/FormatInternal.h
clang/lib/Tooling/Core/CMakeLists.txt
clang/lib/Tooling/Core/Lookup.cpp
clang/lib/Tooling/Refactoring/CMakeLists.txt
clang/lib/Tooling/Refactoring/Lookup.cpp
clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
clang/unittests/Tooling/LookupTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89708.299077.patch
Type: text/x-patch
Size: 3487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201019/9d498161/attachment.bin>
More information about the cfe-commits
mailing list