-
- Downloads
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
Showing
- include/clang/Tooling/ArgumentsAdjusters.h 6 additions, 0 deletionsinclude/clang/Tooling/ArgumentsAdjusters.h
- include/clang/Tooling/Tooling.h 1 addition, 1 deletioninclude/clang/Tooling/Tooling.h
- lib/Tooling/ArgumentsAdjusters.cpp 17 additions, 0 deletionslib/Tooling/ArgumentsAdjusters.cpp
- lib/Tooling/Tooling.cpp 3 additions, 2 deletionslib/Tooling/Tooling.cpp
- test/Tooling/clang-check-strip-o.cpp 11 additions, 0 deletionstest/Tooling/clang-check-strip-o.cpp
test/Tooling/clang-check-strip-o.cpp
0 → 100644
Please register or sign in to comment