cpp2cxx icon indicating copy to clipboard operation
cpp2cxx copied to clipboard

A set of C Preprocessor analysis and source code rejuvenation tools that perform source to source translation of C++ programs by replacing C Preprocessor macros with equivalent C++11 declarations.

Results 2 cpp2cxx issues
Sort by recently updated
recently updated
newest added

Hello ! Thanks for sharing this software that is very interesting for source to source transformation. I've tried many llvm/clang versions but I can't find any with which I was...

After recent change clang-plugin is unable to open the file, due to that macros inside functions aren't getting demacrofied in a proper way. Need to investigate.