diff options
| author | Alexander Kornienko <alexfh@google.com> | 2016-03-31 12:06:54 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2016-03-31 12:06:54 +0000 |
| commit | f85a69bb6f015d48edfdd59b3da52b01f1286a06 (patch) | |
| tree | a43a32e5ed08dd2a547ec6deb4c2213cafd12c6a | |
| parent | 259ce38315d6515730b671c283b5e58929346a1a (diff) | |
| download | bcm5719-llvm-f85a69bb6f015d48edfdd59b3da52b01f1286a06.tar.gz bcm5719-llvm-f85a69bb6f015d48edfdd59b3da52b01f1286a06.zip | |
[docs] Fix a typo, change the style of the clang-tidy release notes a bit.
llvm-svn: 265008
| -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |

