[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:11 PST 2026


================
@@ -325,14 +346,13 @@ class ObjCDictionaryLiteral final
   using ExpansionData = ObjCDictionaryLiteral_ExpansionData;
 
   ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
-                        bool HasPackExpansions,
-                        QualType T, ObjCMethodDecl *method,
-                        SourceRange SR);
+                        bool HasPackExpansions, QualType T,
+                        ObjCMethodDecl *method, bool ECI, SourceRange SR);
----------------
ojhunt wrote:

Method again :D

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


More information about the cfe-commits mailing list