mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Update Tools/clang_tidy_fix_uninitialized.py
This commit is contained in:
parent
91b9d50582
commit
a4b7db28c8
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Fix uninitialized member variables using clang-tidy.
|
||||
Zero initialize and default construct variables using clang-tidy.
|
||||
Only modifies files within the specified directory.
|
||||
|
||||
Usage: ./Tools/clang_tidy_fix_uninitialized.py <path>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user