The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

400 B

clang-tidy-fix target

If clang-tidy is installed and the project's source root contains a .clang-tidy (or _clang-tidy) file, Meson will automatically define a clang-tidy-fix target that runs run-clang-tidy tool with -fix option to apply the changes found by clang-tidy to the source code.

If you have defined your own clang-tidy-fix target, Meson will not generate its own target.