File tree 1 file changed +4
-2
lines changed 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 {
836
836
LLVM_PREFERRED_TYPE (ExprBitfields)
837
837
unsigned : NumExprBits;
838
838
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.
840
842
LLVM_PREFERRED_TYPE (bool )
841
843
unsigned HasRewrittenInit : 1 ;
842
844
@@ -857,7 +859,7 @@ class alignas(void *) Stmt {
857
859
858
860
// / Whether this CXXDefaultInitExpr rewrote its argument and stores
859
861
// / a copy, unlike HasRebuiltInit, when this flag is true, the argument may
860
- // / be partial rebuilt.
862
+ // / be partially rebuilt.
861
863
LLVM_PREFERRED_TYPE (bool )
862
864
unsigned HasRewrittenInit : 1 ;
863
865
You can’t perform that action at this time.
0 commit comments