]> granicus.if.org Git - clang/commit
ClangTool: strip -o from the command line
authorPavel Labath <labath@google.com>
Thu, 6 Jun 2013 11:52:19 +0000 (11:52 +0000)
committerPavel Labath <labath@google.com>
Thu, 6 Jun 2013 11:52:19 +0000 (11:52 +0000)
commit63d5335aea916584b76790af1f1ed7caeaf8efeb
treedbe9ecc8d0f54966d1ca8233775c838ff6523c87
parent40cba90626044ff28b58c33e743366e94c898227
ClangTool: strip -o from the command line

Summary:
This patch creates a new ArgumentsAdjuster, which removes all -o parameters from
the command line. This adjuster is inserted by default into the ClangTool pipeline.

Reviewers: klimek

CC: cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D925

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183398 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/ArgumentsAdjusters.h
include/clang/Tooling/Tooling.h
lib/Tooling/ArgumentsAdjusters.cpp
lib/Tooling/Tooling.cpp
test/Tooling/clang-check-strip-o.cpp [new file with mode: 0644]