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 | 3 | -279/+0 |
| | | | | | | | | | | readability-redundant-string-cstr http://reviews.llvm.org/D7318 Patch by Richard Thomson! llvm-svn: 232338 | ||||
* | Revert "Adapt clang-tools-extra to clang module format changes." | Adrian Prantl | 2015-02-25 | 1 | -4/+2 |
| | | | | | | This reverts commit 230424. llvm-svn: 230456 | ||||
* | Adapt clang-tools-extra to clang module format changes. | Adrian Prantl | 2015-02-25 | 1 | -2/+4 |
| | | | | | | | - add clangCodeGen.a to the tools that need it - tweak pp-trace command line handling to not conflict with clang's. llvm-svn: 230424 | ||||
* | Revert "Add clangCodeGen.a to the tools that need it after the clang module" | Adrian Prantl | 2015-02-24 | 1 | -2/+1 |
| | | | | llvm-svn: 230310 | ||||
* | Add clangCodeGen.a to the tools that need it after the clang module | Adrian Prantl | 2015-02-24 | 1 | -1/+2 |
| | | | | | | format change. llvm-svn: 230306 | ||||
* | Revert "Adapt Makefile dependencies for the clang module format change in ↵ | Adrian Prantl | 2015-02-21 | 1 | -4/+2 |
| | | | | | | r230089." llvm-svn: 230104 | ||||
* | Adapt Makefile dependencies for the clang module format change in r230089. | Adrian Prantl | 2015-02-20 | 1 | -2/+4 |
| | | | | llvm-svn: 230090 | ||||
* | [CMake] Add dependencies on clangToolingCore. | NAKAMURA Takumi | 2014-10-30 | 1 | -0/+1 |
| | | | | llvm-svn: 220890 | ||||
* | Fix Makefiles after r220867. | Daniel Jasper | 2014-10-29 | 1 | -3/+3 |
| | | | | llvm-svn: 220868 | ||||
* | 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 | ||||
* | Track clang r213171 | Alp Toker | 2014-07-16 | 1 | -1/+1 |
| | | | | | | The clang rewriter is now a core facility. llvm-svn: 213172 | ||||
* | 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 | ||||
* | [CMake] clang-tools-extra: Update dependencies. | NAKAMURA Takumi | 2013-12-10 | 1 | -1/+11 |
| | | | | llvm-svn: 196860 | ||||
* | Fix speling. | David Blaikie | 2013-08-08 | 1 | -4/+4 |
| | | | | | | Patch by Richard (legalize@xmission.com) llvm-svn: 187990 | ||||
* | Add a dependency on LLVM's option library for clang-tools-extra | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
| | | | | | | r183989 added a dependency on LLVMOption in clangFrontend. llvm-svn: 183990 | ||||
* | these need the bitcode reader as well. | Chris Lattner | 2013-01-19 | 1 | -1/+1 |
| | | | | llvm-svn: 172908 | ||||
* | 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 | ||||
* | Update Makefiles to reflect split of clangRewrite.a into two libraries. | Ted Kremenek | 2012-09-01 | 1 | -1/+2 |
| | | | | llvm-svn: 163056 | ||||
* | Reverted to correct commit this time. | Sam Panzer | 2012-08-24 | 2 | -19/+20 |
| | | | | llvm-svn: 162624 | ||||
* | Reverted incorect partial commit of loop migrator. git-svn strikes again | Sam Panzer | 2012-08-24 | 2 | -20/+19 |
| | | | | llvm-svn: 162618 | ||||
* | Change AST matcher names to conform with the new naming. | Daniel Jasper | 2012-08-24 | 1 | -13/+13 |
| | | | | llvm-svn: 162539 | ||||
* | Fix the order of the link arguments for this tool. I think there is | Chandler Carruth | 2012-08-09 | 1 | -2/+2 |
| | | | | | | | something fishy with the rest of the order too, but this at least lets it build for me. llvm-svn: 161550 | ||||
* | Fix up the makefiles in the tools repo, and add a top-level makefile | Chandler Carruth | 2012-08-08 | 1 | -4/+5 |
| | | | | | | suitable for building as part of the LLVM/Clang build. llvm-svn: 161538 | ||||
* | 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 | 3 | -0/+262 |
llvm-svn: 161398 |