From: Sylvestre Ledru Date: Wed, 13 Aug 2014 07:41:41 +0000 (+0000) Subject: Document the new warning -Wabsolute-value X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c519f23791cfdfdf5a02b6d0c9c2ab2af6e6303;p=clang Document the new warning -Wabsolute-value git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@215525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index e137be8378..c7c701be99 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -67,6 +67,9 @@ about them. The improvements since the 3.4 release include: - GCC compatibility: Clang displays a warning on unsupported gcc optimization flags instead of an error. +- New warning `-Wabsolute-value`: Clang warns about incorrect or useless usage + of the absolute functions (`abs`, `fabsf`, etc). + - ... New Compiler Flags