NoQ added inline comments.

================
Comment at: test/Analysis/inner-pointer.cpp:41-42
 
+template< class T >
+void func_ref(T& a);
+
----------------
Without a definition for this thing, we won't be able to test much. I suggest 
you to take a pointer to a function directly, i.e. define a `std::swap<T>(x, 
y)` somewhere and take a `&std::swap<std::string>` directly and call it (hope 
it actually works this way).


https://reviews.llvm.org/D49656



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

Reply via email to