summaryrefslogtreecommitdiff
path: root/unittests/Tooling
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* Make test from r211758 portableAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-06
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.Richard Smith2014-05-19
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-25
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-25
* fix a test-only leak found by lsan, PR19521Kostya Serebryany2014-04-25
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-24
* Fix two test-only leaks found by LSan.Nico Weber2014-04-24
* Fix four more test-only leaks found by LSan.Nico Weber2014-04-24
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* MSVC 2012 doesn't support std::initializer_list at all, so don't rely onPeter Collingbourne2014-03-03
* MSVC cannot understand temporaries formed from initializer lists.Peter Collingbourne2014-03-03
* Disable all dependency output options when using the Tooling library.Peter Collingbourne2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-25
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Revert "ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmpt...Alp Toker2014-01-04
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-30
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-17
* unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handli...NAKAMURA Takumi2013-11-13
* Add test for injecting diagnostic consumers into a ClangTool.Manuel Klimek2013-11-12
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-07
* Disable a tooling test on Windows.Peter Collingbourne2013-11-06
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-06
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-24
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-18
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-18
* Revert commit r192299 until find a way to account for simlinks in OS X.Ariel J. Bernal2013-10-09
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-09
* Add a test case to test RAV visits parameters of implicit copy constructor.Michael Han2013-09-12
* Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han2013-09-11
* Do not quote YAML plain string myself. Let YAMLIO do that.Rui Ueyama2013-09-11
* Mark lambda closure classes as being implicitly-generated.James Dennett2013-09-05
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-27
* Adding Replacement serialization supportEdwin Vane2013-08-20
* Have Range::overlapsWith use positive logicEdwin Vane2013-08-13
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-13
* Fixing a conflict detection bug in tooling::deduplicateEdwin Vane2013-08-13
* Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett2013-08-09
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-08
* Adds overlapsWith and contains predicates on tooling::Range.Manuel Klimek2013-07-19
* Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors toJames Dennett2013-07-10