diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 7428c936170..7b65a023cb6 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -155,9 +155,12 @@ identified. The improvements since the 3.8 release include: Fixed bugs: - Crash when running on compile database with relative source files paths. +- Crash when running on compile database with relative source files paths. - Crash when running with the `-fdelayed-template-parsing` flag. +- Crash when running with the `-fdelayed-template-parsing` flag. + +- The ``modernize-use-override`` check: incorrect fix-its placement around + ``__declspec`` and other attributes. Clang-tidy changes from 3.7 to 3.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |