summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling/ArgumentsAdjusters.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-181-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-6/+5
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-061-0/+4
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-2/+4
* Make getInsertArgumentAdjuster insert extra arguments to the end by default.Alexander Kornienko2014-12-041-2/+3
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-44/+30
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-2/+17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-2/+2
* ClangTool: strip -o from the command linePavel Labath2013-06-061-0/+6
* Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie2012-05-091-0/+3
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-091-0/+56