This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Separate CallDescription from CallEvent
ClosedPublic

Authored by steakhal on Nov 10 2021, 10:45 AM.

Details

Summary

CallDescriptions deserve its own translation unit.
This patch simply moves the corresponding parts.
Also includes the CallDescription.h where it's necessary.

Diff Detail

Event Timeline

steakhal created this revision.Nov 10 2021, 10:45 AM
steakhal requested review of this revision.Nov 10 2021, 10:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2021, 10:45 AM
martong accepted this revision.Nov 12 2021, 8:37 AM

What a nice stack of patches! :)
LGTM!

This revision is now accepted and ready to land.Nov 12 2021, 8:37 AM
xazax.hun accepted this revision.Nov 12 2021, 9:33 AM
Szelethus accepted this revision.Nov 15 2021, 2:49 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2021, 10:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript