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
Showing
- CommandLineArguments.cxx 6 additions, 7 deletionsCommandLineArguments.cxx
- SystemInformation.cxx 55 additions, 12 deletionsSystemInformation.cxx
- SystemTools.cxx 2 additions, 2 deletionsSystemTools.cxx
- testCommandLineArguments.cxx 1 addition, 1 deletiontestCommandLineArguments.cxx
- testCommandLineArguments1.cxx 1 addition, 1 deletiontestCommandLineArguments1.cxx
- testHashSTL.cxx 2 additions, 2 deletionstestHashSTL.cxx
Loading
Please register or sign in to comment