Skip to content
Snippets Groups Projects
Commit 230fc37c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Release note the change to clang_CXCursorSet_contains().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180178 91177308-0d34-0410-b5e6-96231b3b80d8
parent 96bbe19a
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,16 @@ getStorageClass now returns what is written it the source code for that decl. ...@@ -128,6 +128,16 @@ getStorageClass now returns what is written it the source code for that decl.
... ...
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 Python Binding Changes
---------------------- ----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment