autotidy
Speedier handling of clang-tidy checking
File Explorer
- abseil-cpp
- CLI11
- fmt
- yaml-cpp
- clang-checks-doc.zip
- screenshot.png
- autotidy.cpp
- autotidy.h
- catch.hpp
- main.cpp
- makedoc.cpp
- manpages.cpp
- patched_file.h
- patched_file.test.cpp
- path.h
- replacer.h
- testcode.cpp
- testmain.cpp
- utils.h
- .clang-format
- .clang-tidy
- .gitmodules
- CMakeLists.txt
- LICENSE.TXT
- Makefile
- README.md
- testfile.txt
- TODO.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git submodule
View Details ▼
git submodule
Inspect, update, and manage submodules.
git submodule
View existing submodules and the checked-out commit for each one:
git submodule update --init --recursive
Install a repository's submodules (listed in `.gitmodules`):
git submodule add {{repository_url}}
Add a Git repository as a submodule of the current one:
// repository documentation
Was this content helpful?
(0 ratings)
