How can I add the override keyword to a large C++ codebase? -
i have large c++ codebase thousands of source files. want add override
keyword wherever it's appropriate. of apparently-overridden functions not override function base class, , i'd catch these or @ least make them stand out.
i tried doing manually, codebase large. tried using clang-modernize, doesn't come useful instructions. i'm concerned won't able comprehend codebase written visual studio.
how can add override keyword codebase without spending man-weeks or more on task?
Comments
Post a Comment