@@ -202,7 +202,7 @@ class alignas(void *) Stmt {
202
202
LLVM_PREFERRED_TYPE (bool )
203
203
uint64_t HasInit : 1 ;
204
204
205
- // / The location of the "if"
205
+ // / The location of the "if".
206
206
LLVM_PREFERRED_TYPE (SourceLocation)
207
207
uint64_t IfLoc : SourceLocation::Bits;
208
208
};
@@ -243,7 +243,7 @@ class alignas(void *) Stmt {
243
243
LLVM_PREFERRED_TYPE (bool )
244
244
uint64_t HasVar : 1 ;
245
245
246
- // / The location of the "while"
246
+ // / The location of the "while".
247
247
LLVM_PREFERRED_TYPE (SourceLocation)
248
248
uint64_t WhileLoc : SourceLocation::Bits;
249
249
};
@@ -265,7 +265,7 @@ class alignas(void *) Stmt {
265
265
LLVM_PREFERRED_TYPE (StmtBitfields)
266
266
uint64_t : NumStmtBits;
267
267
268
- // / The location of the "for"
268
+ // / The location of the "for".
269
269
LLVM_PREFERRED_TYPE (SourceLocation)
270
270
uint64_t ForLoc : SourceLocation::Bits;
271
271
};
@@ -277,7 +277,7 @@ class alignas(void *) Stmt {
277
277
LLVM_PREFERRED_TYPE (StmtBitfields)
278
278
uint64_t : NumStmtBits;
279
279
280
- // / The location of the "goto"
280
+ // / The location of the "goto".
281
281
LLVM_PREFERRED_TYPE (SourceLocation)
282
282
uint64_t GotoLoc : SourceLocation::Bits;
283
283
};
@@ -288,7 +288,7 @@ class alignas(void *) Stmt {
288
288
LLVM_PREFERRED_TYPE (StmtBitfields)
289
289
uint64_t : NumStmtBits;
290
290
291
- // / The location of the "continue"
291
+ // / The location of the "continue".
292
292
LLVM_PREFERRED_TYPE (SourceLocation)
293
293
uint64_t ContinueLoc : SourceLocation::Bits;
294
294
};
@@ -299,7 +299,7 @@ class alignas(void *) Stmt {
299
299
LLVM_PREFERRED_TYPE (StmtBitfields)
300
300
uint64_t : NumStmtBits;
301
301
302
- // / The location of the "break"
302
+ // / The location of the "break".
303
303
LLVM_PREFERRED_TYPE (SourceLocation)
304
304
uint64_t BreakLoc : SourceLocation::Bits;
305
305
};
@@ -314,7 +314,7 @@ class alignas(void *) Stmt {
314
314
LLVM_PREFERRED_TYPE (bool )
315
315
uint64_t HasNRVOCandidate : 1 ;
316
316
317
- // / The location of the "return"
317
+ // / The location of the "return".
318
318
LLVM_PREFERRED_TYPE (SourceLocation)
319
319
uint64_t RetLoc : SourceLocation::Bits;
320
320
};
@@ -626,7 +626,6 @@ class alignas(void *) Stmt {
626
626
// SourceLocation OperatorLoc;
627
627
};
628
628
629
- // 8 bytes
630
629
class CastExprBitfields {
631
630
friend class CastExpr ;
632
631
friend class ImplicitCastExpr ;
@@ -699,7 +698,7 @@ class alignas(void *) Stmt {
699
698
LLVM_PREFERRED_TYPE (ExprBitfields)
700
699
uint64_t : NumExprBits;
701
700
702
- // / The location of the "_Generic"
701
+ // / The location of the "_Generic".
703
702
LLVM_PREFERRED_TYPE (SourceLocation)
704
703
uint64_t GenericLoc : SourceLocation::Bits;
705
704
};
@@ -2546,7 +2545,7 @@ class SwitchStmt final : public Stmt,
2546
2545
2547
2546
// / Points to a linked list of case and default statements.
2548
2547
SwitchCase *FirstCase = nullptr ;
2549
-
2548
+
2550
2549
SourceLocation LParenLoc;
2551
2550
SourceLocation RParenLoc;
2552
2551
0 commit comments