| commit | dee20c105b392d207d02871994f9fafd72fdf91b | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <labath@google.com> | Thu Jun 06 11:52:19 2013 +0000 |
| committer | Pavel Labath <labath@google.com> | Thu Jun 06 11:52:19 2013 +0000 |
| tree | 8d2c9fd480593ac8ca9062afc45b9320ca62d19a | |
| parent | de229235b979e030b2d9dd1402f40d29e21571ad [diff] |
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 llvm-svn: 183398