mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 10:06:54 +00:00

For an expression `nodiscard_function().static_member(), the nodiscard warnings added by #120223, are not useful or actionable, and are disruptive to some library implementations; we just remove them. Fixes #131410