Index: docs/clang-modernize.rst =================================================================== --- docs/clang-modernize.rst +++ docs/clang-modernize.rst @@ -1,5 +1,14 @@ .. index:: clang-modernize +.. note:: + + **Deprecation** + + As of September 2015 all :program:`clang-modernize` transforms have been + ported to :doc:`clang-tidy/index`. :program:`clang-modernize` is deprecated + and is going to be removed soon. + + ================================== Clang C++ Modernizer User's Manual ================================== @@ -17,6 +26,7 @@ cpp11-migrate MigratorUsage + :program:`clang-modernize` is a standalone tool used to automatically convert C++ code written against old standards to use features of the newest C++ standard where appropriate. @@ -81,34 +91,6 @@ .. _Building LLVM with CMake: http://llvm.org/docs/CMake.html .. _Clang Tools Documentation: http://clang.llvm.org/docs/ClangTools.html -Getting Involved -================ - -If you find a bug - -.. raw:: html - - - - - -Bugs and feature development of the Modernizer are tracked at -http://cpp11-migrate.atlassian.net. If you want to get involved the front page -shows a list of outstanding issues or you can browse around the project to get -familiar. To take on issues or contribute feature requests and/or bug reports -you need to sign up for an account from the `log in page`_. An account also -lets you sign up for notifications on issues or vote for unassigned issues to -be completed. - -.. _log in page: https://cpp11-migrate.atlassian.net/login .. _transforms: