This revision was automatically updated to reflect the committed changes.
Closed by commit rG142c3d9d1414: [clang][ExtractAPI] Reland ExtractAPI for
libclang improvements (authored by dang).
Changed prior to commit:
https://reviews.llvm.org/D147234?vs=509660&id=509714#toc
Repository:
rG LLVM
dang added inline comments.
Comment at: clang/tools/c-index-test/c-index-test.c:4898
+
+ clang_disposeString(SGFData);
+}
The previous version didn't free the string here which was the source of the
leak @hctim
Repository:
rG LLVM Github Monorepo
CHANGES
dang created this revision.
dang added reviewers: hctim, zixuw.
Herald added subscribers: ChuanqiXu, arphaman.
Herald added a reviewer: ributzka.
Herald added a project: All.
dang requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This relands