Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Use override statements for C++11
Describe function overrides using the override keyword from C++11. SRCDIR= #My local SRC BLDDIR= #My local BLD cd run-clang-tidy.py -extra-arg=-D__clang__ -checks=-*,modernize-use-override -header-filter=.* -fix
- Loading branch information