summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Try to fix modules buildMatthias Braun2017-07-151-0/+1
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-142-0/+167
* RecursiveASTVisitor should visit the nested name qualifiers inAlex Lorenz2017-07-111-0/+58
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-4/+8
* [Tooling] FixedCompilationDatabase should be able to strip positionalAlex Lorenz2017-06-291-0/+21
* Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann2017-06-272-0/+39
* Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann2017-06-271-0/+86
* Switch TestVisitor to Lang_C via -x cStephan Bergmann2017-06-271-1/+4
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-2/+4
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-092-3/+2
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-241-10/+22
* [AST] RecursiveASTVisitor should not crash on lambdas with type attributesAlex Lorenz2017-05-101-0/+8
* Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacksEric Liu2017-05-101-19/+72
* Revert r301487: Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-11/+12
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-430/+0
* Revert "Try to unbreak buildbots after r298913."Juergen Ributzka2017-03-291-20/+28
* Try to unbreak buildbots after r298913.Eric Liu2017-03-281-28/+20
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+430
* Add missing implementation for AtomicChange::replace(...)Eric Liu2017-03-081-2/+20
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-012-5/+189
* [clang-tidy] Add check name to YAML exportAlexander Kornienko2017-01-031-9/+2
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-19/+0
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+1
* Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger2016-12-011-1/+7
* Avoid lambdas in default member initializers to work around clang bugReid Kleckner2016-11-281-5/+6
* Do not do raw name replacement when FromDecl is a class forward-declaration.Eric Liu2016-11-251-2/+42
* Consider nested namespaces in the canonical namespace as canonical as well.Eric Liu2016-11-251-0/+8
* Make llvm::Error generated from replacement interfaces more specific.Eric Liu2016-11-221-19/+75
* Fix memory leak caused by r286096.Eric Liu2016-11-071-6/+6
* Deduplicate replacements by FileEntry instead of file names.Eric Liu2016-11-071-19/+44
* Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; we are now bumpin...Aaron Ballman2016-11-021-0/+1
* [RecursiveASTVisitor] Visit the implicit expression of a CXXDefaultArgExprMalcolm Parsons2016-10-261-0/+17
* Try to fix windows bot file path style failure caused by r284219.Eric Liu2016-10-141-0/+18
* Deduplicate sets of replacements by file names.Eric Liu2016-10-141-0/+18
* Merge conflicting replacements when they are order-independent.Eric Liu2016-09-281-12/+180
* Recommit r281457 "Supports adding insertion around non-insertion replacements".Eric Liu2016-09-191-5/+83
* Revert r281457 "Supports adding insertion around non-insertion replacements."Artem Belevich2016-09-141-72/+5
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-141-5/+72
* Fix colored diagnostics from toolsOlivier Goffart2016-08-301-0/+38
* Resubmit "[Tooling] Parse compilation database command lines on Windows."Zachary Turner2016-08-181-32/+50
* Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture().Martin Bohme2016-08-172-12/+61
* Fixes calculateRangesAfterReplacements crash when Replacements is empty.Eric Liu2016-08-081-0/+7
* Fix bug in conflict check for Replacements::add().Manuel Klimek2016-08-031-0/+20
* Fix quadratic runtime when adding items to tooling::Replacements.Manuel Klimek2016-08-031-0/+42
* Make RecursiveASTVisitor visit lambda capture initialization expressionsMartin Bohme2016-08-011-0/+8
* Implement tooling::Replacements as a class.Eric Liu2016-08-013-252/+237
* Revert "Make RecursiveASTVisitor visit lambda capture initialization expressi...Martin Bohme2016-07-261-8/+0
* Make RecursiveASTVisitor visit lambda capture initialization expressionsMartin Bohme2016-07-261-0/+8