This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Cleanup some #includes in header files
ClosedPublic

Authored by void on Aug 31 2023, 5:39 PM.

Details

Summary

Limit the #includes to the least necessary to still compile. Move the
"new" function into the .cpp file to remove the need to #include
ASTContext.h into ASTConcept.h.

Diff Detail

Event Timeline

void created this revision.Aug 31 2023, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 5:39 PM
Herald added a subscriber: ChuanqiXu. · View Herald Transcript
void requested review of this revision.Aug 31 2023, 5:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 5:39 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
erichkeane accepted this revision.Sep 1 2023, 7:21 AM
This revision is now accepted and ready to land.Sep 1 2023, 7:21 AM
This revision was automatically updated to reflect the committed changes.