Commit 4de5839c authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Document the new warning -Wabsolute-value

llvm-svn: 215525
parent 5ba54838
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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