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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -