Become a member
Sign in
Chi, Chun Chen
Chi, Chun Chen

Chi, Chun Chen

39 Following
33 Followers
  • Profile
  • Claps

Latest

Chi, Chun Chen
Chi, Chun Chen
Apr 20 · 4 min read

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…