From 858cb6e3486c93fe3a07175e2feb83fbc96a028a Mon Sep 17 00:00:00 2001 From: Przemyslaw Gorszkowski Date: Wed, 30 Jan 2013 22:08:21 +0100 Subject: C++: instantiate template with default argument Fix code completion for instantiation of template with default argument Change-Id: I57b0306cc4540400ae83724db6c8b6b1aa67c255 Reviewed-by: Nikolai Kosjar Reviewed-by: Erik Verbruggen --- src/plugins/cpptools/cpptoolsplugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index b438812616..1477e4ae23 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -113,6 +113,8 @@ private slots: void test_completion_enclosing_template_class_data(); void test_completion_instantiate_nested_class_when_enclosing_is_template(); void test_completion_instantiate_nested_of_nested_class_when_enclosing_is_template(); + void test_completion_instantiate_template_with_default_argument_type(); + void test_completion_instantiate_template_with_default_argument_type_as_template(); void test_completion_member_access_operator_1(); void test_completion_typedef_of_type_and_replace_access_operator(); void test_completion_typedef_of_pointer_of_type_and_replace_access_operator(); -- cgit v1.2.1