[PATCH] D158254: Fixing the memory leak using split() instead of strtok

Harini Chilamantula via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 00:35:58 PDT 2023


hchilama accepted this revision.
hchilama added a comment.
This revision is now accepted and ready to land.

Using the split() instead of strtok to improve the performance


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158254/new/

https://reviews.llvm.org/D158254



More information about the cfe-commits mailing list