Clang-based standalone tool that finds string literals in c/c++ source and converts it to ascii
- Clone the repository to 'llvm/tools/clang/tools/extra'.
- Add 'add_subdirectory(ebcdic2ascii)' to 'CmakeLists.txt' in the same directory.
- Run 'ninja ebcdic2ascii' inside your LLVM's 'build/' directory.