================
@@ -1053,6 +1053,10 @@ class VarDecl : public DeclaratorDecl, public 
Redeclarable<VarDecl> {
     LLVM_PREFERRED_TYPE(bool)
     unsigned ExceptionVar : 1;
 
+    /// To Check the ellipsis
+    LLVM_PREFERRED_TYPE(bool)
+    unsigned EllipsisVar : 1;
----------------
shahidiqbal13 wrote:

It might impact on the testcases failure , but I will check otherwise it will 
remain this

https://github.com/llvm/llvm-project/pull/80976
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to