Summary: Since clang -### can silently return nothing when passed bogus arguments (eg, trying to compile a non-existent file), run the original command in that case in case it's a genuine error. This prevents puzzling behaviours such as `infer -- clang -c bogus_file.c` succeeding with 0 files analyzed. Reviewed By: martinoluca Differential Revision: D3592924 fbshipit-source-id: 5d8bc81master
parent
dfb7c15303
commit
354e4c0391
Loading…
Reference in new issue