[clang-tools-extra] r247258 - Add a deprecation notice to the clang-modernize documentation.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 02:42:02 PDT 2015
Author: alexfh
Date: Thu Sep 10 04:42:01 2015
New Revision: 247258
URL: http://llvm.org/viewvc/llvm-project?rev=247258&view=rev
Log:
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
Modified:
clang-tools-extra/trunk/docs/clang-modernize.rst
Modified: clang-tools-extra/trunk/docs/clang-modernize.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-modernize.rst?rev=247258&r1=247257&r2=247258&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-modernize.rst (original)
+++ clang-tools-extra/trunk/docs/clang-modernize.rst Thu Sep 10 04:42:01 2015
@@ -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:
More information about the cfe-commits
mailing list