[PATCH] [clang-tidy] Add a checker that flags unnamed parameters.

Alexander Kornienko alexfh at google.com
Tue Jul 15 09:28:52 PDT 2014


Looks good!

================
Comment at: clang-tidy/google/NamedParameterCheck.cpp:73
@@ +72,3 @@
+    for (auto P : UnnamedParams) {
+      // If the method is overridden try to copy the name from the base method
+      // into the overrider.
----------------
Add a comma after "overridden"?

http://reviews.llvm.org/D4518






More information about the cfe-commits mailing list