This revision was automatically updated to reflect the committed changes. Closed by commit rL265698: Mention readability-static-definition-in-anonymous-namespace in release notes. (authored by eugenezelenko).
Changed prior to commit: http://reviews.llvm.org/D18797?vs=52712&id=52939#toc Repository: rL LLVM http://reviews.llvm.org/D18797 Files: clang-tools-extra/trunk/docs/ReleaseNotes.rst Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst =================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst @@ -159,13 +159,18 @@ Finds unnecessary string initializations. +- New `readability-static-definition-in-anonymous-namespace + <http://clang.llvm.org/extra/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.html>`_ check + + Finds static function and variable definitions in anonymous namespace. + Fixed bugs: - Crash when running on compile database with relative source files paths. - Crash when running with the `-fdelayed-template-parsing` flag. -- The ``modernize-use-override`` check: incorrect fix-its placement around +- The `modernize-use-override` check: incorrect fix-its placement around ``__declspec`` and other attributes. Clang-tidy changes from 3.7 to 3.8
Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst =================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst @@ -159,13 +159,18 @@ Finds unnecessary string initializations. +- New `readability-static-definition-in-anonymous-namespace + <http://clang.llvm.org/extra/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.html>`_ check + + Finds static function and variable definitions in anonymous namespace. + Fixed bugs: - Crash when running on compile database with relative source files paths. - Crash when running with the `-fdelayed-template-parsing` flag. -- The ``modernize-use-override`` check: incorrect fix-its placement around +- The `modernize-use-override` check: incorrect fix-its placement around ``__declspec`` and other attributes. Clang-tidy changes from 3.7 to 3.8
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits