|
@@ -23,7 +23,7 @@ class NamespaceEndCommentsFixerTest : public ::testing::Test {
|
|
protected:
|
|
protected:
|
|
std::string
|
|
std::string
|
|
fixNamespaceEndComments(llvm::StringRef Code,
|
|
fixNamespaceEndComments(llvm::StringRef Code,
|
|
- std::vector<tooling::Range> Ranges,
|
|
|
|
|
|
+ const std::vector<tooling::Range> &Ranges,
|
|
const FormatStyle &Style = getLLVMStyle()) {
|
|
const FormatStyle &Style = getLLVMStyle()) {
|
|
DEBUG(llvm::errs() << "---\n");
|
|
DEBUG(llvm::errs() << "---\n");
|
|
DEBUG(llvm::errs() << Code << "\n\n");
|
|
DEBUG(llvm::errs() << Code << "\n\n");
|