summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant virtual on overridden functionsDavid Blaikie2014-11-142-4/+4
* Use findProgramByName. NFC.Rafael Espindola2014-11-041-3/+4
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-302-0/+2
* Fix Makefiles after r220867.Daniel Jasper2014-10-291-1/+2
* [clang-modernize] Update for API change.Benjamin Kramer2014-10-041-6/+6
* Add missing 'override' keyword.Craig Topper2014-10-031-1/+1
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-2/+3
* Update for LLVM api changeRafael Espindola2014-08-252-8/+6
* Update for API change in clang.Rafael Espindola2014-08-121-1/+2
* Update for API change in r215391David Blaikie2014-08-111-1/+1
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-1/+2
* clang-modernize: Transform::createActionFactory return ownership by unique_pt...David Blaikie2014-08-089-24/+19
* Plug memory leaks.Benjamin Kramer2014-07-247-11/+17
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+1
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-1/+2
* Track clang r213171Alp Toker2014-07-161-1/+1
* Update for llvm api change.Rafael Espindola2014-07-061-8/+12
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* clang-modernize: Instantiate llvm::Registry<TransformFactory>.NAKAMURA Takumi2014-07-032-0/+4
* Prefix error_code with std.Rafael Espindola2014-06-122-23/+23
* Quick build fix.Rafael Espindola2014-06-122-0/+2
* include system_error directly.Rafael Espindola2014-06-122-2/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* [C++11] Use 'nullptr'.Craig Topper2014-06-0912-39/+40
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer2014-04-281-1/+1
* clang-modernize: fix invalid assignment in findClangApplyReplacements()Guillaume Papin2014-03-301-2/+2
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-097-9/+7
* [C++11] Add #include's for OwningPtr.Ahmed Charles2014-03-031-0/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-023-4/+4
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-0218-38/+38
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+2
* Update for llvm api change.Rafael Espindola2014-02-242-2/+2
* Update for llvm api change.Rafael Espindola2014-02-241-1/+2
* Track clang changes from r200082Alp Toker2014-01-251-1/+1
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-0712-17/+10
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-102-4/+12
* clang-modernize: Update PPCallback user.Benjamin Kramer2013-12-071-11/+20
* Fix a variety of user-visible and comment typosAlp Toker2013-12-017-14/+14
* Refactoring transform-specific optionsEdwin Vane2013-10-173-13/+19
* Add missing dependency for clang-modernize.Rui Ueyama2013-10-151-1/+1
* clang-modernize: Clean up help outputEdwin Vane2013-10-083-37/+92
* clang-modernize: Fixing doxygen warningsEdwin Vane2013-10-071-1/+3
* clang-modernize: Fix clang-apply-replacements invocation bugEdwin Vane2013-10-051-0/+2
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-0527-824/+397
* clang-modernize: Reset LoopConvert's TU tracking info per TUEdwin Vane2013-09-264-50/+74
* Clean up timing command line option.Ariel J. Bernal2013-09-241-5/+3
* Added tests for testing migration of files in a compilation database.Ariel J. Bernal2013-09-231-2/+15
* Fix for removing not included files from a compilation database.Ariel J. Bernal2013-09-161-1/+3
* Transform files in a compilation database if no sources are provided.Ariel J. Bernal2013-09-125-34/+97
OpenPOWER on IntegriCloud