summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-1/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart2017-11-231-0/+26
* Revert r318669/318694Erich Keane2017-11-201-1/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+1
* Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee2017-11-171-0/+31
* [refactor][selection] canonicalize decl ref callee to the call exprAlex Lorenz2017-11-141-0/+26
* [refactor][selection] canonicalize member expr callee to the fullAlex Lorenz2017-11-141-0/+52
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-1/+1
* [Tooling] Test internal::createExecutorFromCommandLineArgsImpl instead of the...Eric Liu2017-11-061-8/+8
* [Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu2017-11-031-7/+0
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-021-0/+32
* [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-011-0/+76
* [refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz2017-10-311-0/+56
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-271-1/+27
* Try to fix warnings and windows test failures caused by r316653Eric Liu2017-10-261-9/+9
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-262-0/+229
* [refactor] Add a doc comment to the test function in the selectionAlex Lorenz2017-10-181-0/+5
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-7/+193
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-6/+7
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-7/+7
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-7/+7
* Add std::move in RefactoringActionRulesTest.cppAlex Lorenz2017-10-021-1/+1
* [refactor] Simplify the refactoring interfaceAlex Lorenz2017-10-021-72/+57
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-141-7/+13
* Fix GCC build error and warnings from r313025Alex Lorenz2017-09-121-1/+7
* [refactor] add a refactoring action rule that returns symbol occurrencesAlex Lorenz2017-09-121-0/+46
* Replacing "or" with "||" to appease MSVC.Aaron Ballman2017-09-061-1/+1
* [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-8/+72
* [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-4/+26
* [refactor] Use a RefactoringResultConsumer instead of tagged refactoringAlex Lorenz2017-09-011-16/+29
* Avoid 'size_t' typedef in the unittest ObjC codeAlex Lorenz2017-08-301-3/+3
* Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz2017-08-302-1/+140
* Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz2017-08-301-136/+0
* [refactor] AST selection tree should contain syntactic formAlex Lorenz2017-08-301-0/+136
* [refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz2017-08-301-0/+19
* Avoid missing std error code in RefactoringActionRulesTest.cppAlex Lorenz2017-08-281-2/+2
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-282-0/+166
* Fix use-after-free in Clang's ASTSelection unittestAlex Lorenz2017-08-241-258/+271
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-243-0/+627
* Added `applyAtomicChanges` function.Eric Liu2017-07-311-0/+422
* 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