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 + `_ 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