aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2019-01-02 23:35:57 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2019-01-02 23:35:57 +0000
commita6182460d605ff007d3d39b46f9e14ebb9aacbe9 (patch)
treebda603d1b6854430b4eed18248066c54ea3e4eba /clang-tools-extra
parentdf5304d8de2ea397078a45598b340ed8af2a8307 (diff)
[Documentation] Alphabetical order in Clang-tidy checks changes list.
llvm-svn: 350273
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 307b425e0d56..8d6e5be3182f 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -232,14 +232,6 @@ Improvements to clang-tidy
<clang-tidy/checks/readability-uppercase-literal-suffix>`
added.
-- The :doc:`readability-redundant-smartptr-get
- <clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn
- about calls inside macros anymore by default.
-
-- The :doc:`readability-uppercase-literal-suffix
- <clang-tidy/checks/readability-uppercase-literal-suffix>` check does not warn
- about literal suffixes inside macros anymore by default.
-
- The :doc:`cppcoreguidelines-narrowing-conversions
<clang-tidy/checks/cppcoreguidelines-narrowing-conversions>` check now
detects more narrowing conversions:
@@ -252,6 +244,14 @@ Improvements to clang-tidy
<clang-tidy/checks/objc-property-declaration>` check now ignores the
`Acronyms` and `IncludeDefaultAcronyms` options.
+- The :doc:`readability-redundant-smartptr-get
+ <clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn
+ about calls inside macros anymore by default.
+
+- The :doc:`readability-uppercase-literal-suffix
+ <clang-tidy/checks/readability-uppercase-literal-suffix>` check does not warn
+ about literal suffixes inside macros anymore by default.
+
Improvements to include-fixer
-----------------------------