diff options
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index d7d9eeedaaa..c77f2404c6b 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -65,12 +65,12 @@ identified. The improvements since the 3.8 release include: - New ``modernize-raw-string-literal`` check - This check selectively replaces string literals containing escaped - characters with raw string literals. + selectively replaces string literals containing escaped characters with raw + string literals. - New ``readability-avoid-const-params-in-decls`` check - This check warns about top-level const parameters in function delcartions. + warns about top-level const parameters in function declarations. Clang-tidy changes from 3.7 to 3.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |

