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

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 16:55:10 PST 2026


================
@@ -345,8 +365,8 @@ class ObjCDictionaryLiteral final
 
   static ObjCDictionaryLiteral *Create(const ASTContext &C,
                                        ArrayRef<ObjCDictionaryElement> VK,
-                                       bool HasPackExpansions,
-                                       QualType T, ObjCMethodDecl *method,
+                                       bool HasPackExpansions, QualType T,
+                                       ObjCMethodDecl *method, bool ECI,
----------------
ojhunt wrote:

Method and ECI again because I'm mean :D

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


More information about the cfe-commits mailing list