Skip to content
Snippets Groups Projects
Commit 7be4043f authored by Hans Johnson's avatar Hans Johnson
Browse files

STYLE: Prefer c++11 'using' to 'typedef'

The check converts the usage of typedef with using keyword.

cd ${BLDDIR}
run-clang-tidy.py -extra-arg=-D__clang__ -checks=-*,modernize-use-using  -header-filter=.* -fix
# https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-using.html
parent 691d5612
No related branches found
No related tags found
Loading
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