r180178 - Release note the change to clang_CXCursorSet_contains().

Ted Kremenek kremenek at apple.com
Wed Apr 24 00:33:52 PDT 2013


Author: kremenek
Date: Wed Apr 24 02:33:52 2013
New Revision: 180178

URL: http://llvm.org/viewvc/llvm-project?rev=180178&view=rev
Log:
Release note the change to clang_CXCursorSet_contains().

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=180178&r1=180177&r2=180178&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Apr 24 02:33:52 2013
@@ -128,6 +128,16 @@ getStorageClass now returns what is writ
 
 ...
 
+libclang
+--------
+
+The clang_CXCursorSet_contains() function previously incorrectly returned 0
+if it contained a CXCursor, contrary to what the documentation stated.  This
+has been fixed so that the function returns a non-zero value if the set
+contains a cursor.  This is API breaking change, but matches the intended
+original behavior.  Moreover, this also fixes the issue of an invalid CXCursorSet
+appearing to contain any CXCursor.
+
 Python Binding Changes
 ----------------------
 





More information about the cfe-commits mailing list