Home | History | Annotate | Download | only in clang

Lines Matching refs:help

167                       help='path to clang-tidy binary')
170 help='path to clang-apply-replacements binary')
172 help='checks filter, when not specified, use clang-tidy '
175 help='regular expression matching the names of the '
180 help='Create a yaml file to store suggested fixes in, '
183 help='number of tidy instances to be run in parallel.')
185 help='files to be processed (regex on path)')
186 parser.add_argument('-fix', action='store_true', help='apply fix-its')
187 parser.add_argument('-format', action='store_true', help='Reformat code '
189 parser.add_argument('-style', default='file', help='The style of reformat '
192 help='Path used to read a compile command database.')
195 help='Additional argument to append to the compiler '
199 help='Additional argument to prepend to the compiler '
202 help='Run clang-tidy in quiet mode')