[PATCH] D22183: [SemObjC] Fix TypoExpr handling in TransformObjCDictionaryLiteral

Manman Ren via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 17:12:27 PDT 2016


manmanren accepted this revision.
manmanren added a comment.
This revision is now accepted and ready to land.

LGTM.

Manman


================
Comment at: lib/Parse/ParseObjc.cpp:3489
@@ -3478,3 +3488,3 @@
     
-    // Parse the ellipsis that designates this as a pack expansion.
-    SourceLocation EllipsisLoc;
+    // Check the key and value for possible typos
+    KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get());
----------------
Add a period at the end of the comment.


https://reviews.llvm.org/D22183





More information about the cfe-commits mailing list