aboutsummaryrefslogtreecommitdiff
path: root/remove-cstr-calls
AgeCommit message (Expand)Author
2015-03-16Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl
2015-02-24Revert "Add clangCodeGen.a to the tools that need it after the clang module"Adrian Prantl
2015-02-24Add clangCodeGen.a to the tools that need it after the clang moduleAdrian Prantl
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2014-10-30[CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi
2014-10-29Fix Makefiles after r220867.Daniel Jasper
2014-08-08clang-modernize: Transform::createActionFactory return ownership by unique_pt...David Blaikie
2014-07-16Track clang r213171Alp Toker
2014-06-12include system_error directly.Rafael Espindola
2014-04-28Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-08-08Fix speling.David Blaikie
2013-06-14Add a dependency on LLVM's option library for clang-tools-extraReid Kleckner
2013-01-19these need the bitcode reader as well.Chris Lattner
2013-01-18Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2013-01-11Update users of RefactoringToolEdwin Vane
2012-12-03Test commit: reformat comment.Edwin Vane
2012-10-10Remove a trailing blank line, test commit.NAKAMURA Takumi
2012-09-01Update Makefiles to reflect split of clangRewrite.a into two libraries.Ted Kremenek
2012-08-24Reverted to correct commit this time.Sam Panzer
2012-08-24Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer
2012-08-24Change AST matcher names to conform with the new naming.Daniel Jasper
2012-08-09Fix the order of the link arguments for this tool. I think there isChandler Carruth
2012-08-08Fix up the makefiles in the tools repo, and add a top-level makefileChandler Carruth
2012-08-07Added code to let the user specify a compilation database on the command lineMarshall Clow
2012-08-07Fix compilation with mainline AST matchers.Chandler Carruth
2012-08-07Put it in the correct place within the repository.Chandler Carruth