This is an archive of the discontinued LLVM Phabricator instance.

Move clang/Tooling/Core/Lookup.h to clang/Tooling/Refactoring/Lookup.h
ClosedPublic

Authored by arichardson on Oct 19 2020, 9:18 AM.

Details

Summary

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.

Diff Detail

Event Timeline

arichardson created this revision.Oct 19 2020, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 9:18 AM
bkramer accepted this revision.Oct 19 2020, 3:28 PM

thanks

This revision is now accepted and ready to land.Oct 19 2020, 3:28 PM
This revision was landed with ongoing or failed builds.Oct 20 2020, 2:14 AM
This revision was automatically updated to reflect the committed changes.