diff options
| author | Alexander Kornienko <alexfh@google.com> | 2015-09-10 09:42:01 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2015-09-10 09:42:01 +0000 |
| commit | f4e8b92ff528917460b0578fbe764d48383aa29d (patch) | |
| tree | 7df6d33fc09878aa8aa3137460ce3b0830d7ac8e | |
| parent | 693683426bbab128b10f313231b1236e1b217145 (diff) | |
| download | bcm5719-llvm-f4e8b92ff528917460b0578fbe764d48383aa29d.tar.gz bcm5719-llvm-f4e8b92ff528917460b0578fbe764d48383aa29d.zip | |
Add a deprecation notice to the clang-modernize documentation.
Summary:
Add a deprecation notice to the clang-modernize documentation. Remove
the reference to the external JIRA tracker.
Reviewers: revane, klimek
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D12732
llvm-svn: 247258
| -rw-r--r-- | clang-tools-extra/docs/clang-modernize.rst | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/clang-tools-extra/docs/clang-modernize.rst b/clang-tools-extra/docs/clang-modernize.rst index c1adcab1f1d..b2cdcfddf39 100644 --- a/clang-tools-extra/docs/clang-modernize.rst +++ b/clang-tools-extra/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 ================================== @@ -81,34 +90,6 @@ situation you are dealing with. .. _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 - - <input type="button" id="logbug" value="Log a Bug!" /> - <script type="text/javascript" src="https://cpp11-migrate.atlassian.net/s/en_USpfg3b3-1988229788/6095/34/1.4.0-m2/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=50813874"></script> - <script type="text/javascript">window.ATL_JQ_PAGE_PROPS = { - "triggerFunction": function(showCollectorDialog) { - //Requries that jQuery is available! - jQuery("#logbug").click(function(e) { - e.preventDefault(); - showCollectorDialog(); - }); - }}; - </script> - -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: |

