alexfh added inline comments.

================
Comment at: clang-tidy/misc/UnusedParametersCheck.cpp:20
@@ +19,3 @@
+namespace {
+bool isOverrideMethod(const FunctionDecl *Function) {
+  if (const auto *MD = dyn_cast<CXXMethodDecl>(Function))
----------------
There's a matcher for this: `isOverride`.


Repository:
  rL LLVM

http://reviews.llvm.org/D17926



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

Reply via email to