summaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Core
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-2/+2
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-4/+7
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-042-270/+0
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-302-0/+270
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-302-270/+0
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-182-0/+270
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-182-270/+0
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-0/+137
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-0/+133
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-092-38/+38
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-13/+19
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-79/+0
* [Tooling] Add LLVM_NODISCARD to Replacements::mergeKrasimir Georgiev2017-08-011-1/+1
* Add const to reference arguments of Diagnostic ctorAlexander Kornienko2017-07-051-3/+3
* [clang-tidy] Add check name to YAML exportAlexander Kornienko2017-01-032-6/+100
* 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-141-6/+5
* 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
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-55/+71
* 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
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-3/+8
* 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
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-221-0/+48
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+6
* Allow replacements created from token ranges to specify language options.Manuel Klimek2015-06-031-13/+19
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-291-0/+229