Applied readability-container-size-empty clang-tidy fixes
This commit is contained in:
@@ -1717,7 +1717,7 @@ void translation_unit_visitor::
|
|||||||
|
|
||||||
// In case any of the template arguments are base classes, add
|
// In case any of the template arguments are base classes, add
|
||||||
// them as parents of the current template instantiation class
|
// them as parents of the current template instantiation class
|
||||||
if (template_base_params.size() > 0) {
|
if (!template_base_params.empty()) {
|
||||||
variadic_params = build_template_instantiation_add_base_classes(
|
variadic_params = build_template_instantiation_add_base_classes(
|
||||||
template_instantiation, template_base_params, arg_index,
|
template_instantiation, template_base_params, arg_index,
|
||||||
variadic_params, argument);
|
variadic_params, argument);
|
||||||
|
|||||||
Reference in New Issue
Block a user