summaryrefslogtreecommitdiff
path: root/include/clang/Tooling
Commit message (Expand)AuthorAge
* fixed typos in commentSanjay Patel2014-06-25
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Revert "Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))"David Blaikie2014-05-01
* Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))David Blaikie2014-05-01
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-28
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-25
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-25
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...Benjamin Kramer2014-03-10
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Added a const qualifier to SourceManager& parameters.Alexander Kornienko2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Filter-out irrelevant command-line options in CommonOptionsParser.Alexander Kornienko2013-12-12
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-13
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-07
* Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]NAKAMURA Takumi2013-11-06
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-06
* Revert "Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<...Argyrios Kyrtzidis2013-10-24
* Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::str...NAKAMURA Takumi2013-10-24
* Adding pre/post conditions for some Replacement handling functionsEdwin Vane2013-09-27
* Do not quote YAML plain string myself. Let YAMLIO do that.Rui Ueyama2013-09-11
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-27
* Adding Replacement serialization supportEdwin Vane2013-08-20
* Tweak Replacement comparisonsEdwin Vane2013-08-16
* Add a bit of explanation for FrontendActionFactory.Stefanus Du Toit2013-08-15
* Have Range::overlapsWith use positive logicEdwin Vane2013-08-13
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-13
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-10
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-08
* Allow clang tools to display an overview when using the CommonOptionsParser.Manuel Klimek2013-07-19
* Adds overlapsWith and contains predicates on tooling::Range.Manuel Klimek2013-07-19
* Constify Replacements parameter to applyAllReplacements.David Blaikie2013-07-17
* ClangTool: strip -o from the command linePavel Labath2013-06-06
* Enables chaining of argument adjusters in clang tools.Manuel Klimek2013-06-04
* Coding style fix for SourceFileCallbacksEdwin Vane2013-05-30
* Tooling: Call back for both begin and end of sourcesEdwin Vane2013-05-29
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-21
* Add a more convenient interface to use clang-format.Daniel Jasper2013-05-16
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-11
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-14
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-25