|
clang-tools 23.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | check_update_docs |
Functions | |
| str | check_update_docs.read_text (str path) |
| None | check_update_docs.write_text (str path, str content) |
| str | check_update_docs.generate_updated_list () |
| int | check_update_docs.main (Sequence[str] argv) |
Variables | |
| Final | check_update_docs.EXTRA_DIR = os.path.join(os.path.dirname(__file__), "../..") |
| Final | check_update_docs.CLANG_TIDY_DIR = os.path.join(EXTRA_DIR, "clang-tidy") |
| Final | check_update_docs.DOCS_DIR = os.path.join(EXTRA_DIR, "docs") |
| Final | check_update_docs.LIST_DOC = os.path.join(DOCS_DIR, "clang-tidy", "checks", "list.rst") |