Add a note about the raw_fd_ostream API change.
authorDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 19:59:19 +0000 (19:59 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Jul 2009 19:59:19 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75818 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index efc7d91df4973c41ec53ec99dbd9527888cd339e..362113c5feba9bb93b3444a3570e258fde16a7e8 100644 (file)
@@ -451,6 +451,12 @@ API changes are:</p>
     <tt>CreateFNeg</tt> should now be used for floating-point arithmetic.</li>
 <li>The DynamicLibrary class can no longer be constructed, its functionality has
     moved to static member functions.</li>
+<li><tt>raw_fd_ostream</tt>'s constructor for opening a given filename now
+    takes an extra <tt>Force</tt> argument. If <tt>Force</tt> is set to
+    <tt>false</tt>, an error will be reported if a file with the given name
+    already exists. If <tt>Force</tt> is set to <tt>true</tt>, the file will
+    be silently truncated (which is the behavior before this flag was
+    added).</li>
 </ul>
 
 </div>