nehaGautam07 wrote: Dropped SkipBalancedAttributeArgs in favor of an opt-in SkipUntil flag (StopAtUnbalanced), as requested. It is only used for unknown [[]] / C23 attribute argument skipping. Other SkipUntil call sites are unchanged.
@AaronBallman this is the flag approach you and Corentin suggested. @erichkeane the implementation is now the smaller flag. https://github.com/llvm/llvm-project/pull/220259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
