summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Core
Commit message (Expand)AuthorAgeFilesLines
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-5/+6
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-2/+13
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-5/+16
* [Tooling] Add more scope specifiers until spelling is not ambiguous.Eric Liu2019-03-191-27/+47
* Switch to cantFail(), since it does the same assertion.Stephen Hines2019-02-061-6/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* clang::tooling::Diagnostic: Don't store offset in the scratch space.Alexander Kornienko2018-11-211-2/+7
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-6/+5
* Fully qualify the renamed symbol if the shortened name is ambiguous.Eric Liu2018-08-031-2/+42
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-043-364/+0
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-303-0/+364
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-303-364/+0
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-183-0/+364
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-183-364/+0
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-142-1/+332
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-142-0/+33
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-5/+5
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-14/+43
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-082-478/+0
* Switch to consumeError(), since this can crash otherwise.Stephen Hines2017-08-151-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-0/+47
* Do not do raw name replacement when FromDecl is a class forward-declaration.Eric Liu2016-11-251-3/+10
* Consider nested namespaces in the canonical namespace as canonical as well.Eric Liu2016-11-251-31/+49
* Make llvm::Error generated from replacement interfaces more specific.Eric Liu2016-11-221-20/+35
* Deduplicate replacements by FileEntry instead of file names.Eric Liu2016-11-071-3/+8
* Remove redundant calls to std::string::data()Malcolm Parsons2016-11-031-1/+1
* Deduplicate sets of replacements by file names.Eric Liu2016-10-141-7/+10
* Add missing std::move in Replacements::addAlexander Shaposhnikov2016-09-301-1/+1
* Trying to buildbot failures caused by r282577.Eric Liu2016-09-281-1/+6
* Merge conflicting replacements when they are order-independent.Eric Liu2016-09-281-8/+99
* Recommit r281457 "Supports adding insertion around non-insertion replacements".Eric Liu2016-09-191-12/+34
* When replacements have the same offset, make replacements with smaller length...Eric Liu2016-09-171-9/+3
* Revert r281457 "Supports adding insertion around non-insertion replacements."Artem Belevich2016-09-141-33/+11
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-141-11/+33
* Fixes calculateRangesAfterReplacements crash when Replacements is empty.Eric Liu2016-08-081-0/+2
* Fix bug in conflict check for Replacements::add().Manuel Klimek2016-08-031-7/+8
* Fix quadratic runtime when adding items to tooling::Replacements.Manuel Klimek2016-08-031-18/+48
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-203/+159
* [Tooling] skip anonymous namespaces when checking if typeLoc references a typ...Eric Liu2016-07-261-16/+29
* [NFC] Header cleanupMehdi Amini2016-07-182-3/+0
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-3/+7
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-2/+2
* [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra2016-06-291-47/+94
* Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fa...Eric Liu2016-06-211-1/+1
* Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu2016-06-211-2/+38
* When forming a fully-qualified type name, put any qualifiers outside/before theRichard Smith2016-05-091-11/+9
* [Tooling] Fix getting fully qualified names of template alias types.Chaoren Lin2016-04-201-0/+2
OpenPOWER on IntegriCloud