summaryrefslogtreecommitdiff
path: root/unittests/Tooling
AgeCommit message (Expand)Author
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-23Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-17Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee
2017-11-14[refactor][selection] canonicalize decl ref callee to the call exprAlex Lorenz
2017-11-14[refactor][selection] canonicalize member expr callee to the fullAlex Lorenz
2017-11-08Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov
2017-11-06[Tooling] Test internal::createExecutorFromCommandLineArgsImpl instead of the...Eric Liu
2017-11-03[Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu
2017-11-02[refactor][selection] canonicalize selected string literal to objcAlex Lorenz
2017-11-01[refactor][selection] code ranges can be selected in objc methodsAlex Lorenz
2017-10-31[refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz
2017-10-27[refactor] Describe refactorings in the operation classesAlex Lorenz
2017-10-26Try to fix warnings and windows test failures caused by r316653Eric Liu
2017-10-26[Tooling] A new framework for executing clang frontend actions.Eric Liu
2017-10-18[refactor] Add a doc comment to the test function in the selectionAlex Lorenz
2017-10-18[refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2017-10-02Add std::move in RefactoringActionRulesTest.cppAlex Lorenz
2017-10-02[refactor] Simplify the refactoring interfaceAlex Lorenz
2017-09-14[refactor] add clang-refactor tool with initial testing support andAlex Lorenz
2017-09-12Fix GCC build error and warnings from r313025Alex Lorenz
2017-09-12[refactor] add a refactoring action rule that returns symbol occurrencesAlex Lorenz
2017-09-06Replacing "or" with "||" to appease MSVC.Aaron Ballman
2017-09-06[AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger
2017-09-06[AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger
2017-09-01[refactor] Use a RefactoringResultConsumer instead of tagged refactoringAlex Lorenz
2017-08-30Avoid 'size_t' typedef in the unittest ObjC codeAlex Lorenz
2017-08-30Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz
2017-08-30Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz
2017-08-30[refactor] AST selection tree should contain syntactic formAlex Lorenz
2017-08-30[refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz
2017-08-28Avoid missing std error code in RefactoringActionRulesTest.cppAlex Lorenz
2017-08-28[refactor] initial support for refactoring action rulesAlex Lorenz
2017-08-24Fix use-after-free in Clang's ASTSelection unittestAlex Lorenz
2017-08-24[refactor] Add the AST source selection componentAlex Lorenz
2017-07-31Added `applyAtomicChanges` function.Eric Liu
2017-07-15Try to fix modules buildMatthias Braun
2017-07-14[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko
2017-07-11RecursiveASTVisitor should visit the nested name qualifiers inAlex Lorenz
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith
2017-06-29[Tooling] FixedCompilationDatabase should be able to strip positionalAlex Lorenz
2017-06-27Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann
2017-06-27Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann
2017-06-27Switch TestVisitor to Lang_C via -x cStephan Bergmann