allow multiple imp files and add directories to .imp completion

This commit is contained in:
Paul Seyfert 2018-06-01 19:27:36 +02:00
parent 7d963814db
commit 1b4d48ef8f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ _iwyu_opts() {
'--cwd=[specify the current working directory]:current working directory:_path_files -/' \
'--howtodebug[print instructions on how to run iwyu under gdb]' \
'--howtodebug=[print instructions on how to run iwyu under gdb if file matches argument]:file for debug run:_path_files' \
'--mapping_file=[iwyu mapping file]:iwyu mapping file:_path_files -g *.imp' \
'*'"--mapping_file=[iwyu mapping file]:iwyu mapping file:_path_files -g '*(/) *.imp'" \
"--no_default_mappings[do not add iwyu's default mappings]" \
'--pch_in_code[mark the first include in a translation unit as a precompiled header]' \
'--prefix_header_includes=[what to do with command line includes]:command line include treatment:(add keep remove)' \