[PATCH] D92890: VFS: Return new file systems as uniquely owned when possible, almost NFC
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 18:00:45 PST 2020
dblaikie added a comment.
> This is almost NFC, except that it fixes a memory leak in vfs::collectVFSFromYAML().
Was this memory leak identified by any of the LLVM/Clang sanitizers, or at least valgrind? (if it was identified by sanitizers I wonder why it persisted so long, given we have sanitizer bots folks like to keep green, etc)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92890/new/
https://reviews.llvm.org/D92890
More information about the llvm-commits
mailing list