|
WaSH Docs
|
#include "refactor.hpp"Macros | |
| #define | CLANG_LOC "/usr/lib64/clang/16/include" |
Functions | |
| std::vector< std::string > | ws2st::refactor::prepareArguments (const WashOptions &opts, const std::vector< std::string > &files) |
| void | ws2st::refactor::runRefactoring (const WashOptions &opts) |
| Runs the wash refactoring application. More... | |
Compile with -DCLANG_LOC="./path/to/clang/version/include" to change the location of where clang's std header files are included from.
| void ws2st::refactor::runRefactoring | ( | const WashOptions & | opts | ) |
Runs the wash refactoring application.
| opts | Application options |
1.8.14