TODO: go through and add override keyword
Closed this issue · 3 comments
neilstephens commented
been burnt a few times now when API interface classes change their abstract members, and it goes unnoticed.
Need to look into c++11 migration tools that may be able to add the override keyword automagically
neilstephens commented
clang-tidy to the rescue! 72cdd3e
neilstephens commented
The command I used (for posterity):
find . -iname *.cpp | xargs -L 1 clang-tidy-5.0 -header-filter=.* -checks=modernize-use-override -fix -fix-errors -p=../opendatacon-build/