Scroll to navigation

IWYU_TOOL.PY(1) User Commands IWYU_TOOL.PY(1)

NAME

iwyu_tool.py - Include-what-you-use compilation database driver

DESCRIPTION

usage: iwyu_tool.py [-h] [-v] [-o {clang,iwyu}] [-j JOBS] -p <build-path>

[source [source ...]] -- [<IWYU args>]
[source [source ...]]

Include-what-you-use compilation database driver.

positional arguments:

Zero or more source files to run IWYU on. Defaults to all in compilation database.

optional arguments:

show this help message and exit
Print IWYU commands
Output format (default: iwyu)
Number of concurrent subprocesses
Compilation database path

Assumes include-what-you-use is available on the PATH.

September 2018 iwyu_tool.py 6.0-2