Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] New tools for reducing code examples

I've written two new refactorings - "Remove Function Bodies" and "Remove Unused Declarations" (https://git.eclipse.org/r/#/c/78637/to help with simplifying large source files containing unresolved symbols due to parser bugs. The intended usage scenario is to run the code through C++ preprocessor first, then open it in C++ editor, run Remove Function Bodies, then Remove Unused Declarations.

The new refactorings are included into the org.eclipse.cdt.ui.tests plugin since they are intended for CDT developers, not end users.

-sergey

Back to the top