summaryrefslogtreecommitdiff
path: root/lib/Tooling/ArgumentsAdjusters.cpp
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/+22
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-2/+5
* Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee2017-11-171-5/+5
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-0/+4
* Revert r316193.Richard Smith2017-10-201-3/+1
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-191-1/+3
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-061-2/+21
* Typo.Joerg Sonnenberger2016-11-251-1/+1
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-7/+5
* Attempt to fix the build with XCode 5.0.2 (and probably 5.1.1).Alexander Kornienko2015-01-161-1/+3
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-40/+51
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-0/+16
* ClangTool: strip -o from the command linePavel Labath2013-06-061-0/+17
* Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved...Alexander Kornienko2013-06-051-2/+10
* 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/+31