This revision was automatically updated to reflect the committed changes.
Closed by commit rL307296: [Objective-C] Fix non-determinism in clang
(authored by mgrang).
Changed prior to commit:
https://reviews.llvm.org/D34860?vs=104811&id=105498#toc
Repository:
rL LLVM
https://reviews.llvm.or
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Sounds plausible to me
https://reviews.llvm.org/D34860
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/
mgrang added a comment.
Ping for reviews please.
https://reviews.llvm.org/D34860
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
mgrang created this revision.
Iteration of the unordered Ivars causes objc-modern-metadata-visibility.mm
(uncovered by reverse iterating SmallPtrSet).
https://reviews.llvm.org/D34860
Files:
lib/Frontend/Rewrite/RewriteModernObjC.cpp
test/Rewriter/objc-modern-metadata-visibility2.mm
Index