Skip to content

molar/ros-fmt-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clang-tidy external module example

This project demonstrates how to write an external (out-of-llvm-source) plugin for clang-tidy, that can be used with the --load flag for clang-tidy. depending on how your upstream llvm compiler was built you might need different flags (e.g -fnortti)

instructions

bazel test //...
bazel run //:run --  --checks="-*,mir-*" $PWD/examples/ex1.cpp
# or 
bazel run //:run --  --checks="-*,mir-*" $PWD/examples/ex1.cpp --extra-arg=-I/opt/ros/noetic/include

About

Migrate ROS log statements to fmt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published