From 850f689e820656bf8891b570aaef9d328cb19ec2 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Fri, 21 Apr 2017 14:30:01 +0000 Subject: [PATCH] [clang-format] Clang-tidy cleanup of NamespaceEndCommentFixerTest.cpp, NFC llvm-svn: 300983 --- clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp b/clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp index 912638f45652..6c2d36985290 100644 --- a/clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp +++ b/clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp @@ -23,7 +23,7 @@ class NamespaceEndCommentsFixerTest : public ::testing::Test { protected: std::string fixNamespaceEndComments(llvm::StringRef Code, - std::vector Ranges, + const std::vector &Ranges, const FormatStyle &Style = getLLVMStyle()) { DEBUG(llvm::errs() << "---\n"); DEBUG(llvm::errs() << Code << "\n\n");