Home | History | Annotate | Download | only in clang

Lines Matching refs:help

134                       help='path to clang-tidy binary')
137 help='path to clang-apply-replacements binary')
139 help='checks filter, when not specified, use clang-tidy '
142 help='regular expression matching the names of the '
147 help='number of tidy instances to be run in parallel.')
149 help='files to be processed (regex on path)')
150 parser.add_argument('-fix', action='store_true', help='apply fix-its')
151 parser.add_argument('-format', action='store_true', help='Reformat code '
153 parser.add_argument('-style', default='file', help='The style of reformat '
156 help='Path used to read a compile command database.')
159 help='Additional argument to append to the compiler '
163 help='Additional argument to prepend to the compiler '
166 help='Run clang-tidy in quiet mode')