Skip to content
Snippets Groups Projects
Commit 753dcec5 authored by Sean McBride's avatar Sean McBride
Browse files

Used clang-tidy's "modernize-use-override" to add some C++11 overrides

It doesn't seem to have got everything, but it's a start.

Some resulting whitespace is suboptimal, but one day
we can fix that with clang-format. :)

Just ran this command:
run-clang-tidy.py -checks=-*,modernize-use-override -fix

(I actually had to build my own clang to make clang-tidy
output "VTK_OVERRIDE" instead of "override".)
parent ea205024
No related branches found
No related tags found
No related merge requests found
Showing
with 126 additions and 126 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment