summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move remove-cstr-calls from a standalone executable to a clang-tidy check ↵Alexander Kornienko2015-03-161-237/+0
| | | | | | | | | | readability-redundant-string-cstr http://reviews.llvm.org/D7318 Patch by Richard Thomson! llvm-svn: 232338
* clang-modernize: Transform::createActionFactory return ownership by ↵David Blaikie2014-08-081-3/+3
| | | | | | | | | unique_ptr instead of raw pointer. Follow up to r213851 to simplify code and reduce the chance of future leaks. llvm-svn: 215214
* include system_error directly.Rafael Espindola2014-06-121-1/+1
| | | | llvm-svn: 210797
* Try to fix the build. newFrontendActionFactory was changed to return a ↵Benjamin Kramer2014-04-281-1/+1
| | | | | | unique_ptr. llvm-svn: 207407
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
| | | | | | | | This removes all references to OwningPtr, which should be fairly undisruptive to out-of-tree projects since they are unlikely to use clang-tools-extra as a library instead of a set of tools. llvm-svn: 203382
* Fix speling.David Blaikie2013-08-081-4/+4
| | | | | | Patch by Richard (legalize@xmission.com) llvm-svn: 187990
* Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi2013-01-181-0/+2
| | | | llvm-svn: 172821
* Update users of RefactoringToolEdwin Vane2013-01-111-1/+1
| | | | | | | | RefactoringTool::run() no longer writes changes to disk automatically. Updating users of RefactoringTool to explicitly perform the write. Reviewers: klimek llvm-svn: 172218
* Test commit: reformat comment.Edwin Vane2012-12-031-3/+3
| | | | llvm-svn: 169126
* Remove a trailing blank line, test commit.NAKAMURA Takumi2012-10-101-1/+0
| | | | llvm-svn: 165621
* Reverted to correct commit this time.Sam Panzer2012-08-241-13/+13
| | | | llvm-svn: 162624
* Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer2012-08-241-13/+13
| | | | llvm-svn: 162618
* Change AST matcher names to conform with the new naming.Daniel Jasper2012-08-241-13/+13
| | | | llvm-svn: 162539
* Added code to let the user specify a compilation database on the command lineMarshall Clow2012-08-071-6/+10
| | | | llvm-svn: 161432
* Fix compilation with mainline AST matchers.Chandler Carruth2012-08-071-2/+2
| | | | llvm-svn: 161399
* Put it in the correct place within the repository.Chandler Carruth2012-08-071-0/+233
llvm-svn: 161398
OpenPOWER on IntegriCloud