[PATCH] D18582: [Clang-tidy] Update release notes with list of checks added since 3.8
Etienne Bergeron via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 31 11:43:57 PDT 2016
etienneb accepted this revision.
etienneb added a comment.
thanks for taking care of this.
================
Comment at: docs/ReleaseNotes.rst:131
@@ +130,3 @@
+ Finds unnecessary string initializations.
+
+Fixed bugs:
----------------
I just landed this one: http://reviews.llvm.org/D18457
I'll appreciate if you can add the entry here.
Thanks.
- New `misc-suspicious-missing-comma` check
Warns about 'probably' missing comma in string literals initializer list.
================
Comment at: docs/ReleaseNotes.rst:136
@@ -71,1 +135,3 @@
+ paths.
+
Clang-tidy changes from 3.7 to 3.8
----------------
Crash when running with the ``-fdelayed-template-parsing`` flag.
see: http://reviews.llvm.org/D18238
Repository:
rL LLVM
http://reviews.llvm.org/D18582
More information about the cfe-commits
mailing list