This is an archive of the discontinued LLVM Phabricator instance.

Add const information about AST nodes used to construct CFG elements.
ClosedPublic

Authored by merrymeerkat on Nov 7 2022, 1:22 PM.

Details

Summary

Most constructors and destructors in CFG.h already specify const arguments, but some are missing this.

Diff Detail

Event Timeline

merrymeerkat created this revision.Nov 7 2022, 1:22 PM
Herald added a project: Restricted Project. · View Herald Transcript
merrymeerkat requested review of this revision.Nov 7 2022, 1:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 1:22 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Nov 7 2022, 1:34 PM
This revision is now accepted and ready to land.Nov 7 2022, 1:34 PM
krasimir accepted this revision.Nov 8 2022, 1:07 AM