diff options
author | Przemyslaw Gorszkowski <[email protected]> | 2013-04-15 12:50:36 +0200 |
---|---|---|
committer | Erik Verbruggen <[email protected]> | 2013-04-19 12:19:20 +0200 |
commit | 13913ed3913eac8b5fd0d63e4706c44223f65e4b (patch) | |
tree | 7e3a6e8c5b642df9d761343c43925246823bf24f /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 357ffaa8bc563442dee8c17d8298936b62b500c6 (diff) |
C++: fix support for typedef of templated typedefs
Fix:
* code completion
* follow symbols
* find usages
Task-number: QTCREATORBUG-8375
Change-Id: I6f35e809ba15f224c5a6d9b2fcfc18dbfba55411
Reviewed-by: Sergey Shambir <[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 10975a53013..3bfb64688be 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -124,6 +124,8 @@ private slots: void test_completion_typedef_using_templates2(); void test_completion_namespace_alias_with_many_namespace_declarations(); void test_completion_QTCREATORBUG9098(); + void test_completion_typedef_of_templated_typedef_QTCREATORBUG8375(); + void test_completion_typedef_with_the_same_base_name_and_new_type_name(); void test_format_pointerdeclaration_in_simpledeclarations(); void test_format_pointerdeclaration_in_simpledeclarations_data(); |