diff options
author | Erik Verbruggen <[email protected]> | 2013-04-19 14:04:13 +0200 |
---|---|---|
committer | Erik Verbruggen <[email protected]> | 2013-04-19 14:14:13 +0200 |
commit | 8b8a5db129bb5c30e2626c80228e8e2f5b1db1b9 (patch) | |
tree | a74e755f939d2a2737f35ae505ed1ddc853cce7b /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 5658eb69aafe324ef9c059c2b6d4d796b13f0cc1 (diff) |
Revert "C++: fix support for typedef of templated typedefs"
Infinite recursion in the lookup of:
struct common_type {
public:
typedef typename common_type<typename common_type<_Tp, _Up>::type,
V>::type type;
};
This reverts commit 9a56ce4e85bec81c521258f44e9076d0bc9cce92
Change-Id: I675fe39018789cd04127d105eb983d2cb7798ca5
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, 0 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 3bfb64688be..10975a53013 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -124,8 +124,6 @@ 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(); |