LGTM with these changes.

================
Comment at: test/cpp11-migrate/UseAuto/Inputs/test_std_container.h:112
@@ -110,1 +111,3 @@
+  template <typename K>
+  iterator find(const K& key) { return iterator(); }
 };
----------------
'&' goes with 'key'.

================
Comment at: test/cpp11-migrate/UseAuto/iterator.cpp:152
@@ +151,3 @@
+  // Passing a string as an argument to introduce a temporary object
+  // that will create an expression with cleanups
+  std::unordered_map<int> MapFind;
----------------
Maybe reference the PR that this test is for?


http://llvm-reviews.chandlerc.com/D579
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to