Clang Tooling I (add override keyword)
This article is about how to add “override” keyword to your C++ codebase by implementing a Clang Tooling tool and the program depends on version 8 of LLVM and Clang. Before start coding, I have to first introduce what is “override” keyword and why should we use…