summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling
Commit message (Expand)AuthorAgeFilesLines
* 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
* ClangTool output cleanupEdwin Vane2013-03-151-2/+8
* Reverting r176944 until Author fixes test failure.Edwin Vane2013-03-131-5/+2
* ClangTool output cleanupEdwin Vane2013-03-131-2/+5
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-021-3/+14
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-6/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-125-40/+38
* Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison2013-01-121-5/+1
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-111-29/+34
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-141-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-044-5/+4
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-042-9/+30
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-232-9/+9
OpenPOWER on IntegriCloud