]> granicus.if.org Git - clang/commit
[tooling] Add a new argument adjuster for deleting plugin related command line args
authorKadir Cetinkaya <kadircet@google.com>
Fri, 18 Jan 2019 09:00:31 +0000 (09:00 +0000)
committerKadir Cetinkaya <kadircet@google.com>
Fri, 18 Jan 2019 09:00:31 +0000 (09:00 +0000)
commit14603797e0b88943fa2edce0bfa50ea188d5db9a
tree23bab6599c23b0e6dab52ab9a69e50bf648e9fc8
parent0a455fbe13bd9161dfb85788173ad8c0215e5d7b
[tooling] Add a new argument adjuster for deleting plugin related command line args

Summary:
Currently both clangd and clang-tidy makes use of this mechanism so
putting it into tooling so that all tools can make use of it.

Reviewers: ilya-biryukov, sammccall

Subscribers: ioeric, cfe-commits

Differential Revision: https://reviews.llvm.org/D56856

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351531 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/ArgumentsAdjusters.h
lib/Tooling/ArgumentsAdjusters.cpp
unittests/Tooling/ToolingTest.cpp