From 0859c80137ac5fb3c86e7802cb8c5ef56f921cce Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 29 Nov 2018 19:31:32 +0000 Subject: [PATCH] NFC: Fix case of CommentVisitor::Visit methods This difference is very visible because it is used with other Visitor classes together. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347901 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/CommentVisitor.h | 12 ++++----- lib/AST/ASTDumper.cpp | 42 +++++++++++++++--------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/include/clang/AST/CommentVisitor.h b/include/clang/AST/CommentVisitor.h index d1cc2d0a4e..7dbb7e7af9 100644 --- a/include/clang/AST/CommentVisitor.h +++ b/include/clang/AST/CommentVisitor.h @@ -23,10 +23,10 @@ template