.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH CLANG-INCLUDE-FIXER "1" "June 2018" "clang-include-fixer 3.9" "User Commands" .SH NAME clang-include-fixer \- manual page for clang-include-fixer 3.9 .SH DESCRIPTION USAGE: clang\-include\-fixer [subcommand] [options] [... ] .PP OPTIONS: .PP Generic Options: .HP \fB\-help\fR \- Display available options (\fB\-help\-hidden\fR for more) .HP \fB\-help\-list\fR \- Display list of available options (\fB\-help\-list\-hidden\fR for more) .HP \fB\-version\fR \- Display the version of this program .PP Tool options: .HP \fB\-db\fR \- Specify input format .TP =fixed \- Hard\-coded mapping .TP =yaml \- Yaml database created by find\-all\-symbols .HP \fB\-extra\-arg=\fR \- Additional argument to append to the compiler command line .HP \fB\-extra\-arg\-before=\fR \- Additional argument to prepend to the compiler command line .HP \fB\-input=\fR \- String to initialize the database .TP \fB\-insert\-header=\fR \- Insert a specific header. This should run with STDIN mode. The result is written to stdout. It is currently used for editor integration. Support YAML/JSON format: .TP \fB\-insert\-header=\fR"{ SymbolIdentifier: foo, Range: {Offset: 0, Length: 3}, HeaderInfos: [ {Headers: "\e"foo_a.h\e"", .IP QualifiedName: "a::foo"} ]}" .HP \fB\-minimize\-paths\fR \- Whether to minimize added include paths .TP \fB\-output\-headers\fR \- Print the symbol being queried and all its relevant headers in JSON format to stdout: .TP { "SymbolIdentifier": "foo", "Range": {"Offset":0, "Length": 3}, "HeaderInfos": [ {"Header": "\e"foo_a.h\e"", .TP "QualifiedName": "a::foo"} ] } .HP \fB\-p=\fR \- Build path .HP \fB\-q\fR \- Reduce terminal output .TP \fB\-stdin\fR \- Override source file's content (in the overlaying virtual file system) with input from and run the tool on the new content with the compilation options of the source file. This mode is currently used for editor integration. .HP \fB\-style=\fR \- Fallback style for reformatting after inserting new headers if there is no clang\-format config file found.