Replacing stdio functions, e.g., fopen, fprintf, with raw_ostream.
Test Plan:
ninja check-bolt
Differential D126826
[BOLT][NFC] Replace stdio with raw_ostream in CallGraph nhuhuan on Jun 1 2022, 2:14 PM. Authored by
Details Replacing stdio functions, e.g., fopen, fprintf, with raw_ostream. Test Plan: ninja check-bolt
Diff Detail
Event TimelineComment Actions Looking good. Let's address some issues:
Comment Actions Prune unnecessary include, restrict use of auto keyword, format floating-point values. Comment Actions Please address the review comments and mark them as resolved.
|
Are all of the new includes here really needed? Can you please prune the added includes as much as possible?