diff options
author | Przemyslaw Gorszkowski <[email protected]> | 2013-01-30 22:08:21 +0100 |
---|---|---|
committer | Erik Verbruggen <[email protected]> | 2013-02-01 13:36:03 +0100 |
commit | 858cb6e3486c93fe3a07175e2feb83fbc96a028a (patch) | |
tree | 77fff284c240e2c55f7455bfae7ff62b6a067abe /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 2c7347b8ed58265ec20ed036bf31f5ef8d5f7671 (diff) |
C++: instantiate template with default argument
Fix code completion for instantiation of template with default argument
Change-Id: I57b0306cc4540400ae83724db6c8b6b1aa67c255
Reviewed-by: Nikolai Kosjar <[email protected]>
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index b438812616d..1477e4ae23b 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(); |