meson/docs/markdown/snippets
Lei YU 8d6b474bf6 Add clang-tidy-fix target
Add the `clang-tidy-fix` target to apply clang-tidy fixes to the source
code.
This is done by calling `run-clang-tidy` with `-fix` argument.

Add a test case to run `clang-tidy-fix` and verify the file is changed.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
2023-09-25 16:25:01 +03:00
..
add_release_note_snippets_here Tell contributors not to write things in the snippet help file. [skip ci] 2020-01-27 23:11:44 +02:00
clike_compilers_implicit_includes.md clike compilers: fix cross_* functions' include 2023-09-09 07:25:27 -04:00
compile_werror.md Compiler: Add werror kwarg to compiles(), links() and run() methods 2023-08-07 08:21:05 -04:00
compiler_has_define.md Add compiler.has_define 2023-09-07 00:45:38 +03:00
configure_file_macro_guard.md Add macro_name option to configure_file 2023-09-09 07:30:56 -04:00
cstd.md c_std, cpp_std: Change to a list of desired versions in preference order 2023-08-07 08:28:00 -04:00
custom_target_description.md Add more descriptive description to CustomTarget 2023-08-18 00:36:49 -04:00
deprecate_build_target_jar.md docs: fix typo in previous commit 2023-07-20 14:45:30 -04:00
find_program_default_options.md Add default_options argument to find_program() 2023-08-04 14:46:39 -04:00
fs_relative_to.md Revert "Revert "Add fs.relative_to()"" 2023-08-18 07:46:08 -04:00
install_follow_symlink_arg.md install_{data,headers,subdir}: implement follow_symlinks 2023-09-13 21:44:40 -04:00
int_to_string_fill.md Add support for padding zeroes in int.to_string() method 2023-09-09 19:03:22 -04:00
json_output_format.md add json output format to configure file 2023-08-31 07:52:41 -04:00
machine_file_source_dir.md machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@ 2023-08-23 11:33:39 -04:00
meson_clang_tidy_fix.md Add clang-tidy-fix target 2023-09-25 16:25:01 +03:00
meson_home.md wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache path 2023-09-05 09:05:24 +05:30
msetup.md msetup: Update options when builddir is already configured 2023-08-25 09:43:24 -04:00
python_extension_module_limited_api.md Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00
required_keyword_for_has_functions.md compiler: Add required keyword to has_* methods 2023-08-05 07:14:08 -04:00
rust_crate_type.md Rust: Replace rust_crate_type with rust_abi 2023-09-19 13:54:49 -04:00
string_format.md Unify message(), format() and fstring formatting 2023-08-02 13:35:29 -04:00
wrap.md Allow to fallback to cmake subproject 2023-09-22 15:50:26 -04:00