AaronBallman wrote: > I guess we should add an explicit way to suppress these warnings, to handle > cases where it's a third-party dependency whose code you don't control.
The explicit way to do that is `-Wno-deprecated-attributes`; we don't make carve-outs for other deprecated attributes, and I don't think anything is different here. https://github.com/llvm/llvm-project/pull/196635 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
