summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/remove-cstr-calls
Commit message (Collapse)AuthorAgeFilesLines
* Move remove-cstr-calls from a standalone executable to a clang-tidy check ↵Alexander Kornienko2015-03-163-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 Prantl2015-02-251-4/+2
| | | | | | This reverts commit 230424. llvm-svn: 230456
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-251-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 Prantl2015-02-241-2/+1
| | | | llvm-svn: 230310
* Add clangCodeGen.a to the tools that need it after the clang moduleAdrian Prantl2015-02-241-1/+2
| | | | | | format change. llvm-svn: 230306
* Revert "Adapt Makefile dependencies for the clang module format change in ↵Adrian Prantl2015-02-211-4/+2
| | | | | | r230089." llvm-svn: 230104
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-2/+4
| | | | llvm-svn: 230090
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
| | | | llvm-svn: 220890
* Fix Makefiles after r220867.Daniel Jasper2014-10-291-3/+3
| | | | llvm-svn: 220868
* 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
* Track clang r213171Alp Toker2014-07-161-1/+1
| | | | | | The clang rewriter is now a core facility. llvm-svn: 213172
* 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
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-1/+11
| | | | llvm-svn: 196860
* Fix speling.David Blaikie2013-08-081-4/+4
| | | | | | Patch by Richard (legalize@xmission.com) llvm-svn: 187990
* Add a dependency on LLVM's option library for clang-tools-extraReid Kleckner2013-06-141-1/+1
| | | | | | r183989 added a dependency on LLVMOption in clangFrontend. llvm-svn: 183990
* these need the bitcode reader as well.Chris Lattner2013-01-191-1/+1
| | | | llvm-svn: 172908
* 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
* Update Makefiles to reflect split of clangRewrite.a into two libraries.Ted Kremenek2012-09-011-1/+2
| | | | llvm-svn: 163056
* Reverted to correct commit this time.Sam Panzer2012-08-242-19/+20
| | | | llvm-svn: 162624
* Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer2012-08-242-20/+19
| | | | llvm-svn: 162618
* Change AST matcher names to conform with the new naming.Daniel Jasper2012-08-241-13/+13
| | | | llvm-svn: 162539
* Fix the order of the link arguments for this tool. I think there isChandler Carruth2012-08-091-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 makefileChandler Carruth2012-08-081-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 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-073-0/+262
llvm-svn: 161398
OpenPOWER on IntegriCloud