WaSH Docs
Macros | Functions
refactor.cpp File Reference
#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...
 

Detailed Description

Author
james
Version
0.1
Date
2024-01-22

Compile with -DCLANG_LOC="./path/to/clang/version/include" to change the location of where clang's std header files are included from.

Function Documentation

◆ runRefactoring()

void ws2st::refactor::runRefactoring ( const WashOptions opts)

Runs the wash refactoring application.

Parameters
optsApplication options