[PATCH] D153132: [clang analysis][NFCI] Preparatory work for D153131.
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 29 01:28:13 PDT 2023
courbet added inline comments.
================
Comment at: clang/lib/Analysis/ThreadSafety.cpp:1604-1606
+ Handler.handleFunExcludesLock(Cp.getKind(), D->getNameAsString(),
+ (!Cp).toString(), Loc);
+ return;
----------------
aaronpuchert wrote:
> Something went wrong with the indentation here, also in the following `if`s. Should be two spaces only.
This is weird. `clang-format` insists on putting 4 spaces there. I've reverted the changes manually.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153132/new/
https://reviews.llvm.org/D153132
More information about the cfe-commits
mailing list