[PATCH] D18919: Add check "modernize use using"

Jakub StaroĊ„ via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 9 07:06:52 PDT 2016


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





More information about the cfe-commits mailing list