neilstephens/opendatacon

TODO: go through and add override keyword

Closed this issue · 3 comments

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

clang-tidy to the rescue! 72cdd3e

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/