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 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@247258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
47416811ac
Коммит
3834176449
|
@ -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:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче