内容目录
依赖:
- clang-tidy
- clang-apply-replacements
- run-clang-tidy.py
编译选项:
- set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
执行:
python3 build/CMake/run-clang-tidy.py -checks="-*,modernize-*,cppcoreguidelines-*" -fix tools/*
打赏作者 专注机器人与自动驾驶| Focus on Robotic and Autonomous Driving
依赖:
编译选项:
执行:
python3 build/CMake/run-clang-tidy.py -checks="-*,modernize-*,cppcoreguidelines-*" -fix tools/*
打赏作者