From ba2df16480239328ec4a1e68acdcb22051bbed0f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 29 Nov 2018 19:50:10 +0000 Subject: [PATCH] Revert "NFC: Fix case of CommentVisitor::Visit methods" This reverts commit 0859c80137ac5fb3c86e7802cb8c5ef56f921cce. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347905 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 7dbb7e7af9..d1cc2d0a4e 100644 --- a/include/clang/AST/CommentVisitor.h +++ b/include/clang/AST/CommentVisitor.h @@ -23,10 +23,10 @@ template