Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remove-cstr-calls from a standalone executable to a clang-tidy check ↵ | Alexander Kornienko | 2015-03-16 | 1 | -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 Blaikie | 2014-08-08 | 1 | -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 Espindola | 2014-06-12 | 1 | -1/+1 |
| | | | | llvm-svn: 210797 | ||||
* | Try to fix the build. newFrontendActionFactory was changed to return a ↵ | Benjamin Kramer | 2014-04-28 | 1 | -1/+1 |
| | | | | | | unique_ptr. llvm-svn: 207407 | ||||
* | [C++11] Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-09 | 1 | -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 Blaikie | 2013-08-08 | 1 | -4/+4 |
| | | | | | | Patch by Richard (legalize@xmission.com) llvm-svn: 187990 | ||||
* | Introduce llvm::sys::PrintStackTraceOnErrorSignal() | NAKAMURA Takumi | 2013-01-18 | 1 | -0/+2 |
| | | | | llvm-svn: 172821 | ||||
* | Update users of RefactoringTool | Edwin Vane | 2013-01-11 | 1 | -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 Vane | 2012-12-03 | 1 | -3/+3 |
| | | | | llvm-svn: 169126 | ||||
* | Remove a trailing blank line, test commit. | NAKAMURA Takumi | 2012-10-10 | 1 | -1/+0 |
| | | | | llvm-svn: 165621 | ||||
* | Reverted to correct commit this time. | Sam Panzer | 2012-08-24 | 1 | -13/+13 |
| | | | | llvm-svn: 162624 | ||||
* | Reverted incorect partial commit of loop migrator. git-svn strikes again | Sam Panzer | 2012-08-24 | 1 | -13/+13 |
| | | | | llvm-svn: 162618 | ||||
* | Change AST matcher names to conform with the new naming. | Daniel Jasper | 2012-08-24 | 1 | -13/+13 |
| | | | | llvm-svn: 162539 | ||||
* | Added code to let the user specify a compilation database on the command line | Marshall Clow | 2012-08-07 | 1 | -6/+10 |
| | | | | llvm-svn: 161432 | ||||
* | Fix compilation with mainline AST matchers. | Chandler Carruth | 2012-08-07 | 1 | -2/+2 |
| | | | | llvm-svn: 161399 | ||||
* | Put it in the correct place within the repository. | Chandler Carruth | 2012-08-07 | 1 | -0/+233 |
llvm-svn: 161398 |