]> granicus.if.org Git - clang/commit
clang-check: Enable specification of additional compiler arguments
authorPavel Labath <labath@google.com>
Wed, 5 Jun 2013 16:23:30 +0000 (16:23 +0000)
committerPavel Labath <labath@google.com>
Wed, 5 Jun 2013 16:23:30 +0000 (16:23 +0000)
commit88c200473d133a4e40083af22c316da536bad755
tree5a4ce6b84f2e6338451b38954faa913656021861
parenta06d585468ae9371eb46a69d6180c2a85e0f456e
clang-check: Enable specification of additional compiler arguments

Summary:
This adds two command-line parameters: -extra-arg and -extra-arg-before, which
enable the user to pass additional parameters to the compiler command.

Reviewers: klimek

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D919

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183320 91177308-0d34-0410-b5e6-96231b3b80d8
test/Tooling/clang-check-extra-arg.cpp [new file with mode: 0644]
tools/clang-check/ClangCheck.cpp