[PATCH] D36201: Merge manifest namespaces.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 18:21:24 PDT 2017


ruiu added inline comments.


================
Comment at: llvm/lib/WindowsManifest/WindowsManifestMerger.cpp:221
+        continue;
+      } else if (namespaceOverrides(OriginalAttribute->ns->href,
+                                    Attribute->ns->href)) {
----------------
Well, you want to remove `continue`, as I described in the previous comment. (Please fix not only this place but other places as well.)


https://reviews.llvm.org/D36201





More information about the llvm-commits mailing list