@@ -202,7 +202,7 @@ class alignas(void *) Stmt {
202202 LLVM_PREFERRED_TYPE (bool )
203203 uint64_t HasInit : 1 ;
204204
205- // / The location of the "if"
205+ // / The location of the "if".
206206 LLVM_PREFERRED_TYPE (SourceLocation)
207207 uint64_t IfLoc : SourceLocation::Bits;
208208 };
@@ -243,7 +243,7 @@ class alignas(void *) Stmt {
243243 LLVM_PREFERRED_TYPE (bool )
244244 uint64_t HasVar : 1 ;
245245
246- // / The location of the "while"
246+ // / The location of the "while".
247247 LLVM_PREFERRED_TYPE (SourceLocation)
248248 uint64_t WhileLoc : SourceLocation::Bits;
249249 };
@@ -265,7 +265,7 @@ class alignas(void *) Stmt {
265265 LLVM_PREFERRED_TYPE (StmtBitfields)
266266 uint64_t : NumStmtBits;
267267
268- // / The location of the "for"
268+ // / The location of the "for".
269269 LLVM_PREFERRED_TYPE (SourceLocation)
270270 uint64_t ForLoc : SourceLocation::Bits;
271271 };
@@ -277,7 +277,7 @@ class alignas(void *) Stmt {
277277 LLVM_PREFERRED_TYPE (StmtBitfields)
278278 uint64_t : NumStmtBits;
279279
280- // / The location of the "goto"
280+ // / The location of the "goto".
281281 LLVM_PREFERRED_TYPE (SourceLocation)
282282 uint64_t GotoLoc : SourceLocation::Bits;
283283 };
@@ -288,7 +288,7 @@ class alignas(void *) Stmt {
288288 LLVM_PREFERRED_TYPE (StmtBitfields)
289289 uint64_t : NumStmtBits;
290290
291- // / The location of the "continue"
291+ // / The location of the "continue".
292292 LLVM_PREFERRED_TYPE (SourceLocation)
293293 uint64_t ContinueLoc : SourceLocation::Bits;
294294 };
@@ -299,7 +299,7 @@ class alignas(void *) Stmt {
299299 LLVM_PREFERRED_TYPE (StmtBitfields)
300300 uint64_t : NumStmtBits;
301301
302- // / The location of the "break"
302+ // / The location of the "break".
303303 LLVM_PREFERRED_TYPE (SourceLocation)
304304 uint64_t BreakLoc : SourceLocation::Bits;
305305 };
@@ -314,7 +314,7 @@ class alignas(void *) Stmt {
314314 LLVM_PREFERRED_TYPE (bool )
315315 uint64_t HasNRVOCandidate : 1 ;
316316
317- // / The location of the "return"
317+ // / The location of the "return".
318318 LLVM_PREFERRED_TYPE (SourceLocation)
319319 uint64_t RetLoc : SourceLocation::Bits;
320320 };
@@ -626,7 +626,6 @@ class alignas(void *) Stmt {
626626 // SourceLocation OperatorLoc;
627627 };
628628
629- // 8 bytes
630629 class CastExprBitfields {
631630 friend class CastExpr ;
632631 friend class ImplicitCastExpr ;
@@ -699,7 +698,7 @@ class alignas(void *) Stmt {
699698 LLVM_PREFERRED_TYPE (ExprBitfields)
700699 uint64_t : NumExprBits;
701700
702- // / The location of the "_Generic"
701+ // / The location of the "_Generic".
703702 LLVM_PREFERRED_TYPE (SourceLocation)
704703 uint64_t GenericLoc : SourceLocation::Bits;
705704 };
@@ -2546,7 +2545,7 @@ class SwitchStmt final : public Stmt,
25462545
25472546 // / Points to a linked list of case and default statements.
25482547 SwitchCase *FirstCase = nullptr ;
2549-
2548+
25502549 SourceLocation LParenLoc;
25512550 SourceLocation RParenLoc;
25522551
0 commit comments