summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-modernize: Transform::createActionFactory return ownership by unique_pt...David Blaikie2014-08-081-3/+3
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer2014-04-281-1/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
* Fix speling.David Blaikie2013-08-081-4/+4
* Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
* Update users of RefactoringToolEdwin Vane2013-01-111-1/+1
* Test commit: reformat comment.Edwin Vane2012-12-031-3/+3
* Remove a trailing blank line, test commit.NAKAMURA Takumi2012-10-101-1/+0
* Reverted to correct commit this time.Sam Panzer2012-08-241-13/+13
* Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer2012-08-241-13/+13
* Change AST matcher names to conform with the new naming.Daniel Jasper2012-08-241-13/+13
* Added code to let the user specify a compilation database on the command lineMarshall Clow2012-08-071-6/+10
* Fix compilation with mainline AST matchers.Chandler Carruth2012-08-071-2/+2
* Put it in the correct place within the repository.Chandler Carruth2012-08-071-0/+233
OpenPOWER on IntegriCloud