~iahmad/kubuntu-packaging/qtcreator

« back to all changes in this revision

Viewing changes to src/plugins/cppeditor/cppeditorplugin.h

  • Committer: Timo Jyrinki
  • Date: 2014-01-15 07:44:24 UTC
  • mfrom: (1.1.30)
  • Revision ID: timo.jyrinki@canonical.com-20140115074424-3pnj3a1x6s25im9v
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    void test_doxygen_comments_data();
124
124
    void test_doxygen_comments();
125
125
 
126
 
    void test_quickfix_CompleteSwitchCaseStatement_basic1();
127
 
    void test_quickfix_CompleteSwitchCaseStatement_basic2();
128
 
    void test_quickfix_CompleteSwitchCaseStatement_oneValueMissing();
129
 
    void test_quickfix_CompleteSwitchCaseStatement_QTCREATORBUG10366_1();
130
 
    void test_quickfix_CompleteSwitchCaseStatement_QTCREATORBUG10366_2();
 
126
    void test_quickfix_data();
 
127
    void test_quickfix();
131
128
 
132
 
    void test_quickfix_GenerateGetterSetter_basicGetterWithPrefix();
133
 
    void test_quickfix_GenerateGetterSetter_basicGetterWithPrefixAndNamespace();
134
129
    void test_quickfix_GenerateGetterSetter_basicGetterWithPrefixAndNamespaceToCpp();
135
 
    void test_quickfix_GenerateGetterSetter_basicGetterWithoutPrefix();
136
 
    void test_quickfix_GenerateGetterSetter_customType();
137
 
    void test_quickfix_GenerateGetterSetter_constMember();
138
 
    void test_quickfix_GenerateGetterSetter_pointerToNonConst();
139
 
    void test_quickfix_GenerateGetterSetter_pointerToConst();
140
 
    void test_quickfix_GenerateGetterSetter_staticMember();
141
 
    void test_quickfix_GenerateGetterSetter_secondDeclarator();
142
 
    void test_quickfix_GenerateGetterSetter_triggeringRightAfterPointerSign();
143
 
    void test_quickfix_GenerateGetterSetter_notTriggeringOnMemberFunction();
144
 
    void test_quickfix_GenerateGetterSetter_notTriggeringOnMemberArray();
145
 
    void test_quickfix_GenerateGetterSetter_notTriggeringWhenGetterOrSetterExist();
146
 
 
147
 
    void test_quickfix_MoveDeclarationOutOfIf_ifOnly();
148
 
    void test_quickfix_MoveDeclarationOutOfIf_ifElse();
149
 
    void test_quickfix_MoveDeclarationOutOfIf_ifElseIf();
150
 
 
151
 
    void test_quickfix_MoveDeclarationOutOfWhile_singleWhile();
152
 
    void test_quickfix_MoveDeclarationOutOfWhile_whileInWhile();
153
 
 
154
 
    void test_quickfix_ReformatPointerDeclaration();
155
 
 
156
 
    void test_quickfix_InsertDefFromDecl_basic();
 
130
 
157
131
    void test_quickfix_InsertDefFromDecl_afterClass();
158
132
    void test_quickfix_InsertDefFromDecl_headerSource_basic1();
159
133
    void test_quickfix_InsertDefFromDecl_headerSource_basic2();
160
134
    void test_quickfix_InsertDefFromDecl_headerSource_basic3();
161
135
    void test_quickfix_InsertDefFromDecl_headerSource_namespace1();
162
136
    void test_quickfix_InsertDefFromDecl_headerSource_namespace2();
163
 
    void test_quickfix_InsertDefFromDecl_freeFunction();
164
137
    void test_quickfix_InsertDefFromDecl_insideClass();
165
138
    void test_quickfix_InsertDefFromDecl_notTriggeringWhenDefinitionExists();
166
 
    void test_quickfix_InsertDefFromDecl_notTriggeringStatement();
167
139
    void test_quickfix_InsertDefFromDecl_findRightImplementationFile();
168
140
    void test_quickfix_InsertDefFromDecl_ignoreSurroundingGeneratedDeclarations();
169
141
    void test_quickfix_InsertDefFromDecl_respectWsInOperatorNames1();
223
195
    void test_quickfix_MoveFuncDefToDecl_CtorWithInitialization();
224
196
    void test_quickfix_MoveFuncDefToDecl_structWithAssignedVariable();
225
197
 
226
 
    void test_quickfix_AssignToLocalVariable_freeFunction();
227
 
    void test_quickfix_AssignToLocalVariable_memberFunction();
228
 
    void test_quickfix_AssignToLocalVariable_staticMemberFunction();
229
 
    void test_quickfix_AssignToLocalVariable_newExpression();
230
198
    void test_quickfix_AssignToLocalVariable_templates();
231
 
    void test_quickfix_AssignToLocalVariable_noInitializationList();
232
 
    void test_quickfix_AssignToLocalVariable_noVoidFunction();
233
 
    void test_quickfix_AssignToLocalVariable_noVoidMemberFunction();
234
 
    void test_quickfix_AssignToLocalVariable_noVoidStaticMemberFunction();
235
 
    void test_quickfix_AssignToLocalVariable_noFunctionInExpression();
236
 
    void test_quickfix_AssignToLocalVariable_noFunctionInFunction();
237
 
    void test_quickfix_AssignToLocalVariable_noReturnClass1();
238
 
    void test_quickfix_AssignToLocalVariable_noReturnClass2();
239
 
    void test_quickfix_AssignToLocalVariable_noReturnFunc1();
240
 
    void test_quickfix_AssignToLocalVariable_noReturnFunc2();
241
 
    void test_quickfix_AssignToLocalVariable_noSignatureMatch();
242
199
 
243
200
    void test_quickfix_ExtractLiteralAsParameter_typeDeduction_data();
244
201
    void test_quickfix_ExtractLiteralAsParameter_typeDeduction();
245
 
    void test_quickfix_ExtractLiteralAsParameter_freeFunction();
246
202
    void test_quickfix_ExtractLiteralAsParameter_freeFunction_separateFiles();
247
 
    void test_quickfix_ExtractLiteralAsParameter_memberFunction();
248
203
    void test_quickfix_ExtractLiteralAsParameter_memberFunction_separateFiles();
249
 
    void test_quickfix_ExtractLiteralAsParameter_memberFunctionInline();
250
204
 
251
 
    void test_quickfix_InsertVirtualMethods_onlyDecl();
252
 
    void test_quickfix_InsertVirtualMethods_onlyDeclWithoutVirtual();
253
 
    void test_quickfix_InsertVirtualMethods_Access();
254
 
    void test_quickfix_InsertVirtualMethods_Superclass();
255
 
    void test_quickfix_InsertVirtualMethods_SuperclassOverride();
256
 
    void test_quickfix_InsertVirtualMethods_PureVirtualOnlyDecl();
257
 
    void test_quickfix_InsertVirtualMethods_PureVirtualInside();
258
 
    void test_quickfix_InsertVirtualMethods_inside();
259
 
    void test_quickfix_InsertVirtualMethods_outside();
 
205
    void test_quickfix_InsertVirtualMethods_data();
 
206
    void test_quickfix_InsertVirtualMethods();
260
207
    void test_quickfix_InsertVirtualMethods_implementationFile();
261
 
    void test_quickfix_InsertVirtualMethods_notrigger_allImplemented();
262
208
    void test_quickfix_InsertVirtualMethods_BaseClassInNamespace();
263
209
 
264
 
    void test_quickfix_OptimizeForLoop_postcrement();
265
 
    void test_quickfix_OptimizeForLoop_condition();
266
 
    void test_quickfix_OptimizeForLoop_flipedCondition();
267
 
    void test_quickfix_OptimizeForLoop_alterVariableName();
268
 
    void test_quickfix_OptimizeForLoop_optimizeBoth();
269
 
    void test_quickfix_OptimizeForLoop_emptyInitializer();
270
 
    void test_quickfix_OptimizeForLoop_wrongInitializer();
271
 
    void test_quickfix_OptimizeForLoop_noTriggerNumeric1();
272
 
    void test_quickfix_OptimizeForLoop_noTriggerNumeric2();
273
 
 
274
210
    void test_functionhelper_virtualFunctions();
275
211
    void test_functionhelper_virtualFunctions_data();
276
212