[PATCH] D12732: Add a deprecation notice to the clang-modernize documentation.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 08:27:52 PDT 2015


alexfh created this revision.
alexfh added reviewers: klimek, revane.
alexfh added a subscriber: cfe-commits.

Add a deprecation notice to the clang-modernize documentation. Remove
the reference to the external JIRA tracker.

http://reviews.llvm.org/D12732

Files:
  docs/clang-modernize.rst

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
-
-  <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:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12732.34340.patch
Type: text/x-patch
Size: 2268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150909/fc489b1d/attachment.bin>


More information about the cfe-commits mailing list