[PATCH] D153131: [clang analysis][thread-safety] Handle return-by-reference...
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 26 06:15:11 PDT 2023
courbet added a comment.
Thanks for the review.
================
Comment at: clang/lib/Analysis/ThreadSafety.cpp:2304-2305
+ CFGBlockInfo &Initial = BlockInfo[CFGraph->getEntry().getBlockID()];
+ CFGBlockInfo &Final = BlockInfo[CFGraph->getExit().getBlockID()];
+
----------------
aaronpuchert wrote:
> You might want to do the `*` -> `&` in a separate commit.
SG, done in https://github.com/llvm/llvm-project/pull/66750
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153131/new/
https://reviews.llvm.org/D153131
More information about the cfe-commits
mailing list