This is an archive of the discontinued LLVM Phabricator instance.

Cleanup llvm/utils/TableGen headers
ClosedPublic

Authored by serge-sans-paille on Jan 28 2022, 6:09 AM.

Details

Summary

Based on the output of include-what-you-use.
It's an utility directory, so no much impact on other code areas.

clang++ -E -Iinclude -I../llvm/include ../llvm/utils/TableGen/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
before: 4327274
after: 4316190

Related discourse thread: https://llvm.discourse.group/t/include-what-you-use-include-cleanup

Diff Detail

Event Timeline

serge-sans-paille requested review of this revision.Jan 28 2022, 6:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2022, 6:09 AM
MaskRay accepted this revision.Jan 28 2022, 9:34 AM
MaskRay added a reviewer: Paul-C-Anagnostopoulos.
This revision is now accepted and ready to land.Jan 28 2022, 9:34 AM
This revision was landed with ongoing or failed builds.Jan 31 2022, 2:16 AM
This revision was automatically updated to reflect the committed changes.