]> granicus.if.org Git - clang/commitdiff
Document the new warning -Wabsolute-value
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 13 Aug 2014 07:41:41 +0000 (07:41 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 13 Aug 2014 07:41:41 +0000 (07:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@215525 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index e137be83782b79d046e4828930f4e80abec4f60e..c7c701be9950337a10092b4b2113446c11c348d6 100644 (file)
@@ -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