CLANG-QUERY(1) | User Commands | CLANG-QUERY(1) |
clang-query - manual page for clang-query 11
USAGE: clang-query [options] <source0> [... <sourceN>]
OPTIONS:
Generic Options:
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
clang-query options:
-c=<command> - Specify command to run
--extra-arg=<string> - Additional argument to append to the compiler command line
--extra-arg-before=<string> - Additional argument to prepend to the compiler command line
-f=<file> - Read commands from file
-p=<string> - Build path
--preload=<file> - Preload commands from file and start interactive mode
-p <build-path> is used to read a compile command database.
<source0> ... specify the paths of source files. These paths are
October 2021 | clang-query 11 |