Commit ce211412 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Release notes: fix -fno-strict-float-cast-overflow quoting

llvm-svn: 338724
parent 1d910ad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ Non-comprehensive list of changes in this release
  results for code that is relying on the undefined behavior of overflowing 
  casts. The optimization can be disabled by specifying a function attribute:
  "strict-float-cast-overflow"="false". This attribute may be created by the
  clang option :option:`-fno-strict-float-cast-overflow`.
  clang option ``-fno-strict-float-cast-overflow``.
  Code sanitizers can be used to detect affected patterns. The option for
  detecting this problem alone is "-fsanitize=float-cast-overflow":