File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class FactEntry : public CapabilityExpr {
119
119
// / Exclusive or shared.
120
120
LockKind LKind : 8 ;
121
121
122
- // How it was acquired.
122
+ // / How it was acquired.
123
123
SourceKind Source : 8 ;
124
124
125
125
// / Where it was acquired.
@@ -1011,8 +1011,8 @@ class ScopedLockableFactEntry : public FactEntry {
1011
1011
SourceLocation loc, ThreadSafetyHandler *Handler) const {
1012
1012
if (FSet.findLock (FactMan, Cp)) {
1013
1013
FSet.removeLock (FactMan, Cp);
1014
- FSet.addLock (FactMan, std::make_unique<LockableFactEntry>(
1015
- !Cp, LK_Exclusive, loc));
1014
+ FSet.addLock (FactMan,
1015
+ std::make_unique<LockableFactEntry>( !Cp, LK_Exclusive, loc));
1016
1016
} else if (Handler) {
1017
1017
SourceLocation PrevLoc;
1018
1018
if (const FactEntry *Neg = FSet.findLock (FactMan, !Cp))
You can’t perform that action at this time.
0 commit comments