forked from OSchip/llvm-project
83494d2f8c
This change fixes the problem in https://bugs.llvm.org/show_bug.cgi?id=38332 by allowing driver::Action::BackendJobClass to run with the analyzer. Otherwise, such jobs will look up the non-existing compilation database and then run without flags. Also filter out the -Wa,* flags that could be passed to and ignored by the clang compiler. Clang-tidy gives warnings about unused -Wa,* flags. Differential Revision: http://reviews.llvm.org/D51002 llvm-svn: 340421 |
||
---|---|---|
.. | ||
Inputs | ||
auto-detect-from-source-parent-of-cwd.cpp | ||
auto-detect-from-source-parent.cpp | ||
auto-detect-from-source.cpp | ||
clang-check-analyzer.cpp | ||
clang-check-args.cpp | ||
clang-check-ast-dump.cpp | ||
clang-check-autodetect-dir.cpp | ||
clang-check-builtin-headers.cpp | ||
clang-check-chdir.cpp | ||
clang-check-extra-arg.cpp | ||
clang-check-pwd.cpp | ||
clang-check-rel-path.cpp | ||
clang-check-strip-o.cpp | ||
clang-check.cpp | ||
clang-diff-args.test | ||
clang-diff-ast.cpp | ||
clang-diff-basic.cpp | ||
clang-diff-bottomup.cpp | ||
clang-diff-html.test | ||
clang-diff-json.cpp | ||
clang-diff-opt.cpp | ||
clang-diff-topdown.cpp | ||
fixed-database.cpp | ||
lit.local.cfg | ||
ms-asm-no-target.cpp | ||
multi-jobs.cpp | ||
pch.cpp |