Applied google-readability-namespace-comments clang-tidy fixes
This commit is contained in:
@@ -223,4 +223,4 @@ void clang_visitor::visit_paragraph(
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace clanguml::common::visitor::comment
|
||||
@@ -51,4 +51,4 @@ private:
|
||||
void visit_paragraph(const clang::comments::ParagraphComment *paragraph,
|
||||
const clang::comments::CommandTraits &traits, std::string &text);
|
||||
};
|
||||
}
|
||||
} // namespace clanguml::common::visitor::comment
|
||||
@@ -30,4 +30,4 @@ clang::SourceManager &comment_visitor::source_manager()
|
||||
return source_manager_;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace clanguml::common::visitor::comment
|
||||
@@ -38,4 +38,4 @@ public:
|
||||
private:
|
||||
clang::SourceManager &source_manager_;
|
||||
};
|
||||
}
|
||||
} // namespace clanguml::common::visitor::comment
|
||||
@@ -47,4 +47,4 @@ void plain_visitor::visit(
|
||||
e.set_comment(cmt);
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace clanguml::common::visitor::comment
|
||||
@@ -86,4 +86,4 @@ void translation_unit_visitor::set_source_location(
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace clanguml::common::visitor
|
||||
@@ -104,4 +104,4 @@ private:
|
||||
|
||||
std::unique_ptr<comment::comment_visitor> comment_visitor_;
|
||||
};
|
||||
}
|
||||
} // namespace clanguml::common::visitor
|
||||
|
||||
Reference in New Issue
Block a user