staronj added inline comments.

================
Comment at: clang-tidy/modernize/UseUsingCheck.h:19
@@ +18,3 @@
+
+/// FIXME: Write a short description.
+///
----------------
Fix the FIXME.

================
Comment at: test/clang-tidy/modernize-use-using.cpp:76
@@ +75,1 @@
+// CHECK-FIXES: using MyPtrType3 = void (cclass::*)(Bla);
\ No newline at end of file

----------------
Add end of line at the end of file.


http://reviews.llvm.org/D18919



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

Reply via email to