jjmarr-amd wrote: > We should not simply disable default capture as bug-prone here. IMO, bugprone > is the most critical check category.
I'm fine with moving the check to readability. I picked bugprone because the coding guideline I'm trying to enforce says default captures are prone to bugs, not because I understand the unwritten rule of where to put various checks. https://github.com/llvm/llvm-project/pull/160150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
