xazax.hun added inline comments.

================
Comment at: test/clang-tidy/modernize-replace-uncaught-exception.cpp:41
+
+  res = uncaught_exception();
+  // CHECK-MESSAGES: [[@LINE-1]]:9: warning: 'std::uncaught_exception' is 
deprecated, use 'std::uncaught_exceptions' instead
----------------
Why is this call not ambiguous (global namespace's functions vs std's)? 


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40787



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to