nehaGautam07 wrote: Thanks for the feedback.
I’ll drop SkipBalancedAttributeArgs and add a SkipUntil flag instead, so unmatched ] / } / ) are not swallowed. Other call sites would stay unchanged. The grammar requires a balanced-token-seq here, and GCC/MSVC/EDG already reject it. Are you okay keeping the diagnostic if it is implemented that way? https://github.com/llvm/llvm-project/pull/220259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
