https://github.com/goldsborough/clang-expand

Point it at a function invocation in your source code and tell it where to look for stuff, and it will find the correct definition of that particular (template) function, method, operator overload or even constructor and "expand" it into the current scope. GitHub - goldsborough/clang-expand: :dragon: A clang tool for happy refactoring without source-code gymnastics
 
 
Back to Top