[PATCH] D89794: [SyntaxTree] Implement "by-pointer output parameter to return value" refactoring.
Eduardo Caldas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 20 07:46:32 PDT 2020
eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas requested review of this revision.
Example of such refactoring:
Customer* C;
getCustumer(C);
Customer C = getCustumer();
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89794
Files:
clang/include/clang/Tooling/Syntax/Mutations.h
clang/lib/Tooling/Syntax/Mutations.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89794.299358.patch
Type: text/x-patch
Size: 5722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201020/b41075c2/attachment-0001.bin>
More information about the cfe-commits
mailing list