summaryrefslogtreecommitdiff
path: root/lib/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Added a const qualifier to SourceManager& parameters.Alexander Kornienko2014-03-051-5/+7
* Disable all dependency output options when using the Tooling library.Peter Collingbourne2014-03-021-0/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-9/+0
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-072-10/+9
* CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" b...NAKAMURA Takumi2013-12-141-1/+2
* clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov2013-12-131-2/+6
* Filter-out irrelevant command-line options in CommonOptionsParser.Alexander Kornienko2013-12-121-3/+17
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-1/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-2/+4
* Fixed a bad assert from r194968. r194969 removed the assert.Richard Trieu2013-12-051-0/+1
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+1
* Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-W...NAKAMURA Takumi2013-11-171-3/+2
* Remove a bad string compare from r194968Alp Toker2013-11-171-1/+0
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-171-2/+185
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-071-14/+30
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-061-35/+119
* Use Rewriter::overwriteChangedFiles() directlyAlp Toker2013-10-291-17/+1
* Revert "Use Rewriter::overwriteChangedFiles() directly"Alp Toker2013-10-291-1/+17
* Use Rewriter::overwriteChangedFiles() directlyAlp Toker2013-10-291-17/+1
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-181-10/+4
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-181-4/+10
* Revert commit r192299 until find a way to account for simlinks in OS X.Ariel J. Bernal2013-10-091-10/+4
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-091-7/+12
* Fixed replacements for files with relative paths are not applied.Ariel J. Bernal2013-10-011-1/+12
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* Simplify code with the in place path::native. No functionality change.Benjamin Kramer2013-09-111-3/+2
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-271-0/+17
* Tweak Replacement comparisonsEdwin Vane2013-08-161-13/+14
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-131-0/+17
* Fixing a conflict detection bug in tooling::deduplicateEdwin Vane2013-08-131-2/+3
* Fix warning in builds without asserts.Rafael Espindola2013-08-101-0/+1
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-101-12/+5
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-081-0/+44
* Allow clang tools to display an overview when using the CommonOptionsParser.Manuel Klimek2013-07-191-2/+3
* Constify Replacements parameter to applyAllReplacements.David Blaikie2013-07-171-4/+4
* Update for llvm API change.Rafael Espindola2013-07-161-2/+2
* Put helper class in anonymous namespace.Craig Topper2013-07-011-2/+2
* Remove unused include.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-1/+1
* In tooling, reenable freeing of datastructures in codegen, just as we do forNick Lewycky2013-06-251-0/+1
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+4
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* ClangTool: strip -o from the command linePavel Labath2013-06-062-2/+20
* Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved...Alexander Kornienko2013-06-051-2/+10
* Enables chaining of argument adjusters in clang tools.Manuel Klimek2013-06-041-4/+16
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-0/+13
* Add a more convenient interface to use clang-format.Daniel Jasper2013-05-161-13/+44