File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,9 @@ class alignas(void *) Stmt {
836836 LLVM_PREFERRED_TYPE (ExprBitfields)
837837 unsigned : NumExprBits;
838838
839- // / Whether this CXXDefaultArgExpr rewrote its argument and stores a copy.
839+ // / Whether this CXXDefaultArgExpr rewrote its argument and stores
840+ // / a copy, unlike HasRebuiltInit, when this flag is true, the argument may
841+ // / be partially rebuilt.
840842 LLVM_PREFERRED_TYPE (bool )
841843 unsigned HasRewrittenInit : 1 ;
842844
@@ -857,7 +859,7 @@ class alignas(void *) Stmt {
857859
858860 // / Whether this CXXDefaultInitExpr rewrote its argument and stores
859861 // / a copy, unlike HasRebuiltInit, when this flag is true, the argument may
860- // / be partial rebuilt.
862+ // / be partially rebuilt.
861863 LLVM_PREFERRED_TYPE (bool )
862864 unsigned HasRewrittenInit : 1 ;
863865
You can’t perform that action at this time.
0 commit comments