[PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 18 12:18:16 PDT 2016
Prazek added inline comments.
================
Comment at: test/clang-tidy/boost-use-to-string.cpp:5-11
@@ +4,9 @@
+namespace std {
+
+template <typename T> class basic_string {};
+
+using string = basic_string<char>;
+using wstring = basic_string<wchar_t>;
+}
+
+namespace boost {
----------------
I don't see any test using something like this.
http://reviews.llvm.org/D18136
More information about the cfe-commits
mailing list