Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 328 Bytes

libcppmanip

libcppmanip is a clang-based library that provides a reliable way to perform C++ refactoring that can be used in other tools (e.g. IDE plugins).

Planned features

  • extract method
  • inline method
  • change method signature
  • introduce local variable
  • introduce method parameter