[clang] [ObjC] Emit number, array, and dictionary literals as constants (PR #185130)

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Tue May 5 05:08:56 PDT 2026


nico wrote:

Thanks for the explanation, that makes sense.

Maybe adding a warning when `NSNumber isEqualToValue` is used with a suggestion to use isEqualToNumber might be a good idea to bundle with this change?

https://github.com/llvm/llvm-project/pull/185130


More information about the cfe-commits mailing list