[PATCH] D126347: [pseudo] WIP: GSS Node refcount (smart pointers)
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 24 17:16:51 PDT 2022
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a subscriber: mgrang.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.
Here is the version where ownership is managed by smart-pointers.
It uses some thread_local magic but it's not hairy, and it seems much easier to
reason about to me.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126347
Files:
clang-tools-extra/pseudo/include/clang-pseudo/GLR.h
clang-tools-extra/pseudo/lib/GLR.cpp
clang-tools-extra/pseudo/unittests/GLRTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126347.431846.patch
Type: text/x-patch
Size: 26914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220525/91642560/attachment-0001.bin>
More information about the cfe-commits
mailing list