logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

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

   optionalarguments:-h, --help
              show this help message and exit

       -v, --verbose
              Print IWYU commands

       -o {clang,iwyu}, --output-format {clang,iwyu}
              Output format (default: iwyu)

       -j JOBS, --jobs JOBS
              Number of concurrent subprocesses

       -p <build-path>
              Compilation database path

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

iwyu_tool.py 6.0-2                               September 2018                                  IWYU_TOOL.PY(1)

Name

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

See Also