llvm-project
774b12c4 - [memprof] Initialize AllocInfoIter and CallSitesIter (NFC) (#124972)

Commit
244 days ago
[memprof] Initialize AllocInfoIter and CallSitesIter (NFC) (#124972) This patch initializes AllocInfoIter and CallSitesIter to their respective end(). I'm doing this not because I'm worried about uninitialized iterators, but because the resulting code looks shorter and makes it clear which data structure each iterator is associated with.
Parents
Loading