Add API changes which affected me to release notes:
authorDaniel Dunbar <daniel@zuster.org>
Sat, 11 Oct 2008 21:26:56 +0000 (21:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 11 Oct 2008 21:26:56 +0000 (21:26 +0000)
 - DbgStopPointInst
 - Attributes (needs filling in)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57382 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 39ff0504f3c8cd6b50cd0464437172123e3dbb93..5be4ad72a6293ec7b8f9d31619652edfcc3fceac 100644 (file)
@@ -85,6 +85,11 @@ It includes a large number of features and refinements from LLVM 2.3.</p>
 
 <ul>
 <li>....</li>
+
+<li>... Attributes changes ... </li>
+
+<li>The <tt>DbgStopPointInst</tt> methods <tt>getDirectory</tt> and <tt>getFileName</tt> now return <tt>Value*</tt> instead of strings. These can be converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via "llvm/Analysis/ValueTracking.h".
+
 </ul>
 </div>