summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger2016-12-012-5/+11
* Spelling.Joerg Sonnenberger2016-11-241-1/+1
* Make llvm::Error generated from replacement interfaces more specific.Eric Liu2016-11-221-0/+56
* Add comments on how to print error retuned by tooling::Replacements::add().Eric Liu2016-11-151-2/+3
* Deduplicate replacements by FileEntry instead of file names.Eric Liu2016-11-071-2/+4
* Deduplicate sets of replacements by file names.Eric Liu2016-10-142-6/+11
* Added more comments to tooling::Replacements.Eric Liu2016-10-031-0/+4
* Merge conflicting replacements when they are order-independent.Eric Liu2016-09-281-3/+34
* Recommit r281457 "Supports adding insertion around non-insertion replacements".Eric Liu2016-09-191-7/+11
* When replacements have the same offset, make replacements with smaller length...Eric Liu2016-09-171-0/+5
* Revert r281457 "Supports adding insertion around non-insertion replacements."Artem Belevich2016-09-141-11/+7
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-141-7/+11
* Resubmit "[Tooling] Parse compilation database command lines on Windows."Zachary Turner2016-08-181-4/+9
* Implement tooling::Replacements as a class.Eric Liu2016-08-012-62/+80
* [NFC] Header cleanupMehdi Amini2016-07-182-4/+4
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-26/+8
* [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra2016-06-291-1/+4
* Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu2016-06-211-1/+20
* [CommonOptionsParser] Return source paths as const ref.Benjamin Kramer2016-05-311-1/+1
* [tooling] Remove redundant inline keywordEtienne Bergeron2016-05-121-4/+4
* [tooling] Fix missing inline keyworkd, breaking build bot.Etienne Bergeron2016-05-111-5/+5
* [tooling] FixItHint Tooling refactoringEtienne Bergeron2016-05-111-0/+72
* Removed class FormatStyle, which is a struct, forward declaration from Refact...Eric Liu2016-03-291-6/+0
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-292-3/+32
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-0/+7
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-291-39/+0
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-291-0/+39
* Add Tooling functionality to get a name for a QualType that can be used to nameRichard Smith2016-02-091-0/+76
* Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...Benjamin Kramer2016-01-291-1/+6
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-2/+4
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-221-0/+48
* Roll-back r250822.Angel Garcia Gomez2015-10-202-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-202-2/+2
* [VFS] Port tooling to use the in-memory file system.Benjamin Kramer2015-10-091-0/+4
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-061-0/+23
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+6
* [tooling] Provide the compile commands of the JSON database in the order that...Argyrios Kyrtzidis2015-09-221-0/+4
* [clang-tidy] Fix example comments.Alexander Kornienko2015-09-191-2/+3
* [tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis2015-09-112-4/+11
* Fix performance regression when running clang tools.Manuel Klimek2015-09-081-5/+9
* [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable.Alexander Kornienko2015-08-171-0/+17
* Add structed way to express command line options in the compilation database.Manuel Klimek2015-08-141-3/+11
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-172-7/+7
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-202-16/+51
* Allow replacements created from token ranges to specify language options.Manuel Klimek2015-06-031-13/+19
* Improve const-nessDavid Blaikie2015-04-171-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-0/+6
* Make getInsertArgumentAdjuster insert extra arguments to the end by default.Alexander Kornienko2014-12-041-2/+3
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-032-46/+32