From ec97d967e63e4c66e0147625b09a658a3f99896c Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Fri, 16 May 2014 15:51:04 -0400 Subject: CppTools: Rename CppPreprocessor to CppSourceProcessor ...since it does quite a bit more than only preprocessing, as the name suggests. We use that class to process source files in general. The output is not a preprocessed source, but a set of CPlusPlus::Documents with symbols. Change-Id: I787d0f22f9f042ddf0c99e8c2f0bdb9aa7001735 Reviewed-by: Erik Verbruggen --- src/plugins/cpptools/cpptoolsplugin.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index b87f4485a5..e7fec5c49e 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -125,10 +125,10 @@ private slots: void test_format_pointerdeclaration_macros(); void test_format_pointerdeclaration_macros_data(); - void test_cpppreprocessor_includes_resolvedUnresolved(); - void test_cpppreprocessor_includes_cyclic(); - void test_cpppreprocessor_includes_allDiagnostics(); - void test_cpppreprocessor_macroUses(); + void test_cppsourceprocessor_includes_resolvedUnresolved(); + void test_cppsourceprocessor_includes_cyclic(); + void test_cppsourceprocessor_includes_allDiagnostics(); + void test_cppsourceprocessor_macroUses(); void test_functionutils_virtualFunctions(); void test_functionutils_virtualFunctions_data(); -- cgit v1.2.1